2 instantiations of SymmetricCryptoHandle
System.IdentityModel.Selectors (2)
infocard\client\System\IdentityModel\Selectors\CryptoHandle.cs (1)
150
handle = new
SymmetricCryptoHandle
(nativeHandle, expiration, hCrypto.cryptoParameters);
infocard\client\System\IdentityModel\Selectors\SymmetricCryptoHandle.cs (1)
26
return new
SymmetricCryptoHandle
(InternalHandle);
8 references to SymmetricCryptoHandle
System.IdentityModel.Selectors (8)
infocard\client\System\IdentityModel\Selectors\InfoCardKeyedHashAlgorithm.cs (1)
46
public InfoCardKeyedHashAlgorithm(
SymmetricCryptoHandle
cryptoHandle)
infocard\client\System\IdentityModel\Selectors\InfoCardProofToken.cs (1)
31
public InfoCardProofToken(
SymmetricCryptoHandle
cryptoHandle, DateTime expiration ) : this( expiration )
infocard\client\System\IdentityModel\Selectors\InfoCardSymmetricAlgorithm.cs (3)
44
SymmetricCryptoHandle
m_cryptoHandle;
54
public InfoCardSymmetricAlgorithm(
SymmetricCryptoHandle
cryptoHandle)
57
m_cryptoHandle = (
SymmetricCryptoHandle
)cryptoHandle.Duplicate();
infocard\client\System\IdentityModel\Selectors\InfoCardSymmetricCrypto.cs (3)
28
SymmetricCryptoHandle
m_cryptoHandle;
38
public InfoCardSymmetricCrypto(
SymmetricCryptoHandle
cryptoHandle)
41
m_cryptoHandle = (
SymmetricCryptoHandle
)cryptoHandle.Duplicate();