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