3 references to Saml2AuthenticationStatement
System.IdentityModel (3)
System\IdentityModel\Tokens\Saml2AuthenticationStatement.cs (1)
27: this(authenticationContext, DateTime.UtcNow)
System\IdentityModel\Tokens\Saml2SecurityTokenHandler.cs (2)
1379Saml2AuthenticationStatement authnStatement = new Saml2AuthenticationStatement(authCtx, authInstantTime); 3749Saml2AuthenticationStatement authnStatement = new Saml2AuthenticationStatement(authnContext, authnInstant);