12 references to confirmationMethods
System.IdentityModel (12)
System\IdentityModel\Tokens\SamlSubject.cs (12)
58this.confirmationMethods.Add(method); 62if ((this.confirmationMethods.Count == 0) && (string.IsNullOrEmpty(name))) 65if ((this.confirmationMethods.Count == 0) && ((confirmationData != null) || (securityKeyIdentifier != null))) 124get { return this.confirmationMethods; } 189this.confirmationMethods.MakeReadOnly(); 197if ((this.confirmationMethods.Count == 0) && (string.IsNullOrEmpty(name))) 200if ((this.confirmationMethods.Count == 0) && ((this.confirmationData != null) || (this.securityKeyIdentifier != null))) 297this.confirmationMethods.Add(method); 302if (this.confirmationMethods.Count == 0) 333if ((this.confirmationMethods.Count == 0) && (string.IsNullOrEmpty(name))) 378if (this.confirmationMethods.Count > 0) 381foreach (string method in this.confirmationMethods)