4 references to EncryptedKey
System.IdentityModel (4)
System\IdentityModel\EncryptedKeyElement.cs (1)
136
if ( !reader.IsStartElement( XmlEncryptionConstants.Elements.
EncryptedKey
, XmlEncryptionConstants.Namespace ) )
System\IdentityModel\Tokens\EncryptedSecurityTokenHandler.cs (2)
49
return reader.IsStartElement(XmlEncryptionConstants.Elements.
EncryptedKey
, XmlEncryptionConstants.Namespace);
237
if (reader.IsStartElement(XmlEncryptionConstants.Elements.
EncryptedKey
, XmlEncryptionConstants.Namespace))
System\IdentityModel\Tokens\Saml2SecurityTokenHandler.cs (1)
757
while (reader.IsStartElement(XmlEncryptionConstants.Elements.
EncryptedKey
, XmlEncryptionConstants.Namespace))