7 references to ConfirmationMethods
System.IdentityModel (7)
System\IdentityModel\Tokens\SamlSecurityTokenHandler.cs (7)
605
samlSubject.
ConfirmationMethods
.Add(SamlConstants.HolderOfKey);
612
samlSubject.
ConfirmationMethods
.Add(BearerConfirmationMethod);
2342
subject.
ConfirmationMethods
.Add(method);
2345
if (subject.
ConfirmationMethods
.Count == 0)
2374
if ((subject.
ConfirmationMethods
.Count == 0) && (string.IsNullOrEmpty(subject.Name)))
2423
if (subject.
ConfirmationMethods
.Count > 0)
2427
foreach (string method in subject.
ConfirmationMethods
)