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