2 instantiations of AsymmetricCryptoHandle
System.IdentityModel.Selectors (2)
infocard\client\System\IdentityModel\Selectors\AsymmetricCryptoHandle.cs (1)
32return new AsymmetricCryptoHandle(InternalHandle);
infocard\client\System\IdentityModel\Selectors\CryptoHandle.cs (1)
147handle = new AsymmetricCryptoHandle(nativeHandle, expiration, hCrypto.cryptoParameters);
5 references to AsymmetricCryptoHandle
System.IdentityModel.Selectors (5)
infocard\client\System\IdentityModel\Selectors\InfoCardAsymmetricCrypto.cs (1)
33public InfoCardAsymmetricCrypto(AsymmetricCryptoHandle cryptoHandle)
infocard\client\System\IdentityModel\Selectors\InfoCardProofToken.cs (1)
26public InfoCardProofToken( AsymmetricCryptoHandle cryptoHandle, DateTime expiration ) : this( expiration )
infocard\client\System\IdentityModel\Selectors\InfoCardRSACryptoProvider.cs (3)
30AsymmetricCryptoHandle m_cryptoHandle; 37public InfoCardRSACryptoProvider(AsymmetricCryptoHandle cryptoHandle) 40m_cryptoHandle = (AsymmetricCryptoHandle)cryptoHandle.Duplicate();