2 instantiations of TransformCryptoHandle
System.IdentityModel.Selectors (2)
infocard\client\System\IdentityModel\Selectors\CryptoHandle.cs (1)
153handle = new TransformCryptoHandle(nativeHandle, expiration, hCrypto.cryptoParameters);
infocard\client\System\IdentityModel\Selectors\TransformCryptoHandle.cs (1)
25return new TransformCryptoHandle(InternalHandle);
2 references to TransformCryptoHandle
System.IdentityModel.Selectors (2)
infocard\client\System\IdentityModel\Selectors\InfoCardSymmetricAlgorithm.cs (2)
150TransformCryptoHandle m_transCryptoHandle; 188m_transCryptoHandle = (TransformCryptoHandle)CryptoHandle.Create(nativeHandle);