2 references to AuthenticationInfo
System.IdentityModel (2)
System\IdentityModel\Tokens\Saml2SecurityTokenHandler.cs (1)
1304
Saml2AuthenticationStatement authenticationStatement = this.CreateAuthenticationStatement(tokenDescriptor.
AuthenticationInfo
, tokenDescriptor);
System\IdentityModel\Tokens\SamlSecurityTokenHandler.cs (1)
317
SamlAuthenticationStatement authnStatement = CreateAuthenticationStatement(subject, tokenDescriptor.
AuthenticationInfo
, tokenDescriptor);