4 references to GeneratedDateTimeFormat
System.IdentityModel (4)
System\IdentityModel\Tokens\SamlAssertion.cs (1)
645
writer.WriteString(this.issueInstant.ToString(SamlConstants.
GeneratedDateTimeFormat
, CultureInfo.InvariantCulture));
System\IdentityModel\Tokens\SamlAuthenticationStatement.cs (1)
257
writer.WriteString(this.authenticationInstant.ToString(SamlConstants.
GeneratedDateTimeFormat
, CultureInfo.InvariantCulture));
System\IdentityModel\Tokens\SamlConditions.cs (2)
163
writer.WriteString(this.notBefore.ToString(SamlConstants.
GeneratedDateTimeFormat
, DateTimeFormatInfo.InvariantInfo));
170
writer.WriteString(this.notOnOrAfter.ToString(SamlConstants.
GeneratedDateTimeFormat
, DateTimeFormatInfo.InvariantInfo));