2 instantiations of EncryptedKeyHashIdentifierClause
System.IdentityModel (2)
System\IdentityModel\Tokens\WSSecurityXXX2005.cs (1)
170return new EncryptedKeyHashIdentifierClause(bytes, true, derivationNonce, derivationLength);
System\ServiceModel\Security\Tokens\WrappedKeySecurityToken.cs (1)
227return new EncryptedKeyHashIdentifierClause(GetHash()) as T;
5 references to EncryptedKeyHashIdentifierClause
System.IdentityModel (5)
System\IdentityModel\Tokens\WSSecurityXXX2005.cs (1)
149protected override Type ClauseType { get { return typeof(EncryptedKeyHashIdentifierClause); } }
System\ServiceModel\Security\Tokens\WrappedKeySecurityToken.cs (4)
218if (typeof(T) == typeof(EncryptedKeyHashIdentifierClause)) 226if (typeof(T) == typeof(EncryptedKeyHashIdentifierClause)) 234EncryptedKeyHashIdentifierClause encKeyIdentifierClause = keyIdentifierClause as EncryptedKeyHashIdentifierClause;