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