1 write to authenticationMethod
System.IdentityModel (1)
System\IdentityModel\Tokens\SamlAuthenticationClaimResource.cs (1)
50this.authenticationMethod = authenticationMethod;
3 references to authenticationMethod
System.IdentityModel (3)
System\IdentityModel\Tokens\SamlAuthenticationClaimResource.cs (3)
33if (string.IsNullOrEmpty(authenticationMethod)) 106return this.authenticationMethod; 197return (this.authenticationInstant.GetHashCode() ^ this.authenticationMethod.GetHashCode());