3 references to SamlAssertionKeyIdentifierClause
System.IdentityModel (2)
System\IdentityModel\Tokens\SamlSecurityToken.cs (1)
102return new SamlAssertionKeyIdentifierClause(this.Id) as T;
System\IdentityModel\Tokens\WrappedSaml2AssertionKeyIdentifierClause.cs (1)
26: base(clause.Id)
System.ServiceModel (1)
System\ServiceModel\Security\WSSecurityJan2004.cs (1)
319return new SamlAssertionKeyIdentifierClause(assertionId);