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