4 references to ConfirmationMethods
System.IdentityModel (4)
System\IdentityModel\Tokens\Saml2SecurityTokenHandler.cs (4)
1480
subjectConfirmation = new Saml2SubjectConfirmation(Saml2Constants.
ConfirmationMethods
.Bearer);
1484
subjectConfirmation = new Saml2SubjectConfirmation(Saml2Constants.
ConfirmationMethods
.HolderOfKey, new Saml2SubjectConfirmationData());
2169
if (Saml2Constants.
ConfirmationMethods
.Bearer == subjectConfirmation.Method)
2180
else if (Saml2Constants.
ConfirmationMethods
.HolderOfKey == subjectConfirmation.Method)