2 references to Saml2AssertionKeyIdentifierClause
System.IdentityModel (2)
System\IdentityModel\Tokens\Saml2SecurityToken.cs (2)
152
return new
Saml2AssertionKeyIdentifierClause
(this.assertion.Id.Value) as T;
156
return new WrappedSaml2AssertionKeyIdentifierClause(new
Saml2AssertionKeyIdentifierClause
(this.assertion.Id.Value)) as T;