2 instantiations of HashCryptoHandle
System.IdentityModel.Selectors (2)
infocard\client\System\IdentityModel\Selectors\CryptoHandle.cs (1)
156handle = new HashCryptoHandle(nativeHandle, expiration, hCrypto.cryptoParameters);
infocard\client\System\IdentityModel\Selectors\HashCryptoHandle.cs (1)
26return new HashCryptoHandle(InternalHandle);
2 references to HashCryptoHandle
System.IdentityModel.Selectors (2)
infocard\client\System\IdentityModel\Selectors\InfoCardKeyedHashAlgorithm.cs (2)
35HashCryptoHandle m_cryptoHandle; 64m_cryptoHandle = (HashCryptoHandle)CryptoHandle.Create(nativeHandle);