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