4 writes to authenticationMethod
System.IdentityModel (4)
System\IdentityModel\Tokens\SamlAuthenticationStatement.cs (4)
41
this.
authenticationMethod
= authenticationMethod;
81
this.
authenticationMethod
= XD.SamlDictionary.UnspecifiedAuthenticationMethod.Value;
83
this.
authenticationMethod
= value;
182
this.
authenticationMethod
= reader.GetAttribute(dictionary.AuthenticationMethod, null);
5 references to authenticationMethod
System.IdentityModel (5)
System\IdentityModel\Tokens\SamlAuthenticationStatement.cs (5)
74
get { return this.
authenticationMethod
; }
149
claims.Add(new Claim(ClaimTypes.Authentication, new SamlAuthenticationClaimResource(this.authenticationInstant, this.
authenticationMethod
, this.dnsAddress, this.ipAddress, this.authorityBindings), Rights.PossessProperty));
161
if (string.IsNullOrEmpty(this.
authenticationMethod
))
183
if (string.IsNullOrEmpty(this.
authenticationMethod
))
254
writer.WriteString(this.
authenticationMethod
);