1 instantiation of WrappedSaml2AssertionKeyIdentifierClause
System.IdentityModel (1)
System\IdentityModel\Tokens\Saml2SecurityToken.cs (1)
156
return new
WrappedSaml2AssertionKeyIdentifierClause
(new Saml2AssertionKeyIdentifierClause(this.assertion.Id.Value)) as T;
4 references to WrappedSaml2AssertionKeyIdentifierClause
System.IdentityModel (4)
System\IdentityModel\Tokens\Saml2SecurityTokenHandler.cs (3)
493
(securityKeyIdentifierClause is
WrappedSaml2AssertionKeyIdentifierClause
);
672
WrappedSaml2AssertionKeyIdentifierClause
wrappedClause = securityKeyIdentifierClause as
WrappedSaml2AssertionKeyIdentifierClause
;
System\IdentityModel\Tokens\WrappedSaml2AssertionKeyIdentifierClause.cs (1)
22
/// Creates an instance of <see cref="
WrappedSaml2AssertionKeyIdentifierClause
"/>