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