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