3 references to IssueInstant
System.IdentityModel (3)
System\IdentityModel\Tokens\Saml2SecurityTokenHandler.cs (3)
2678
value = realReader.GetAttribute(Saml2Constants.Attributes.
IssueInstant
);
2681
throw DiagnosticUtility.ThrowHelperXml(realReader, SR.GetString(SR.ID0001, Saml2Constants.Attributes.
IssueInstant
, Saml2Constants.Elements.Assertion));
2877
writer.WriteAttributeString(Saml2Constants.Attributes.
IssueInstant
, XmlConvert.ToString(data.IssueInstant.ToUniversalTime(), DateTimeFormats.Generated));