7 references to LocalIdKeyIdentifierClause
System.IdentityModel (1)
System\IdentityModel\Tokens\SecurityToken.cs (1)
24
return new
LocalIdKeyIdentifierClause
(this.Id, this.GetType()) as T;
System.ServiceModel (6)
System\ServiceModel\Security\SendSecurityHeader.cs (5)
418
sourceTokenIdentifierClause = new
LocalIdKeyIdentifierClause
(wrappedKey.Id, wrappedKey.GetType());
439
encryptingKeyIdentifierClause = new
LocalIdKeyIdentifierClause
(derivedEncryptingToken.Id, derivedEncryptingToken.GetType());
804
signingKeyIdentifierClause = new
LocalIdKeyIdentifierClause
(signingToken.Id, signingToken.GetType());
936
signingKeyClause = new
LocalIdKeyIdentifierClause
(dkt.Id, dkt.GetType());
967
signingKeyClause = new
LocalIdKeyIdentifierClause
(dkt.Id, dkt.GetType());
System\ServiceModel\Security\WSSecurityTokenSerializer.cs (1)
528
return new
LocalIdKeyIdentifierClause
(id, tokenType);