5 references to AuthenticationInformation
System.IdentityModel (5)
System\IdentityModel\Claims\AuthenticationInformation.cs (1)
22/// Initializes a new instance of the <see cref="AuthenticationInformation"/> class.
System\IdentityModel\Tokens\Saml2SecurityTokenHandler.cs (1)
1326protected virtual Saml2AuthenticationStatement CreateAuthenticationStatement(AuthenticationInformation authInfo, SecurityTokenDescriptor tokenDescriptor)
System\IdentityModel\Tokens\SamlSecurityTokenHandler.cs (1)
337AuthenticationInformation authInfo,
System\IdentityModel\Tokens\SecurityTokenDescriptor.cs (2)
25private AuthenticationInformation authenticationInfo; 222public AuthenticationInformation AuthenticationInfo