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