2 references to GetHash
System.IdentityModel (2)
System\ServiceModel\Security\Tokens\WrappedKeySecurityToken.cs (2)
227
return new EncryptedKeyHashIdentifierClause(
GetHash
()) as T;
236
return encKeyIdentifierClause.Matches(
GetHash
());