4 references to EncryptedID
System.IdentityModel (4)
System\IdentityModel\Tokens\Saml2SecurityTokenHandler.cs (4)
2309
else if (reader.IsStartElement(Saml2Constants.Elements.
EncryptedID
, Saml2Constants.Namespace))
4554
writer.WriteStartElement(Saml2Constants.Elements.
EncryptedID
, Saml2Constants.Namespace);
4690
if (!reader.IsStartElement(Saml2Constants.Elements.
EncryptedID
, Saml2Constants.Namespace))
4693
reader.ReadStartElement(Saml2Constants.Elements.
EncryptedID
, Saml2Constants.Namespace);