3 references to Recipient
System.IdentityModel (3)
System\IdentityModel\Tokens\Saml2SecurityTokenHandler.cs (3)
5302value = reader.GetAttribute(Saml2Constants.Attributes.Recipient); 5307throw DiagnosticUtility.ThrowHelperXml(reader, SR.GetString(SR.ID0011, Saml2Constants.Attributes.Recipient, Saml2Constants.Elements.SubjectConfirmationData)); 5417writer.WriteAttributeString(Saml2Constants.Attributes.Recipient, data.Recipient.OriginalString);