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