3 types derived from CryptoHandle
System.IdentityModel.Selectors (3)
infocard\client\System\IdentityModel\Selectors\HashCryptoHandle.cs (1)
15internal class HashCryptoHandle : CryptoHandle
infocard\client\System\IdentityModel\Selectors\ProofTokenCryptoHandle.cs (1)
15internal abstract class ProofTokenCryptoHandle : CryptoHandle
infocard\client\System\IdentityModel\Selectors\TransformCryptoHandle.cs (1)
15internal class TransformCryptoHandle : CryptoHandle
11 references to CryptoHandle
System.IdentityModel.Selectors (11)
infocard\client\System\IdentityModel\Selectors\AsymmetricCryptoHandle.cs (1)
30protected override CryptoHandle OnDuplicate()
infocard\client\System\IdentityModel\Selectors\CardSpaceSelector.cs (1)
217(ProofTokenCryptoHandle)CryptoHandle.Create(nativeCryptoHandle))
infocard\client\System\IdentityModel\Selectors\CryptoHandle.cs (4)
93public CryptoHandle Duplicate() 104protected abstract CryptoHandle OnDuplicate(); 130static internal CryptoHandle Create(InternalRefCountedHandle nativeHandle) 132CryptoHandle handle = null;
infocard\client\System\IdentityModel\Selectors\HashCryptoHandle.cs (1)
24protected override CryptoHandle OnDuplicate()
infocard\client\System\IdentityModel\Selectors\InfoCardKeyedHashAlgorithm.cs (1)
64m_cryptoHandle = (HashCryptoHandle)CryptoHandle.Create(nativeHandle);
infocard\client\System\IdentityModel\Selectors\InfoCardSymmetricAlgorithm.cs (1)
188m_transCryptoHandle = (TransformCryptoHandle)CryptoHandle.Create(nativeHandle);
infocard\client\System\IdentityModel\Selectors\SymmetricCryptoHandle.cs (1)
24protected override CryptoHandle OnDuplicate()
infocard\client\System\IdentityModel\Selectors\TransformCryptoHandle.cs (1)
23protected override CryptoHandle OnDuplicate()