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