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