4 references to Method
System.IdentityModel (4)
System\IdentityModel\Tokens\Saml2SecurityTokenHandler.cs (4)
5124
string method = reader.GetAttribute(Saml2Constants.Attributes.
Method
);
5127
throw DiagnosticUtility.ThrowHelperXml(reader, SR.GetString(SR.ID0001, Saml2Constants.Attributes.
Method
, Saml2Constants.Elements.SubjectConfirmation));
5132
throw DiagnosticUtility.ThrowHelperXml(reader, SR.GetString(SR.ID0011, Saml2Constants.Attributes.
Method
, Saml2Constants.Elements.SubjectConfirmation));
5204
writer.WriteAttributeString(Saml2Constants.Attributes.
Method
, data.Method.AbsoluteUri);