13 references to Construct
System.IdentityModel.Selectors (13)
infocard\client\System\IdentityModel\Selectors\InfoCardKeyedHashAlgorithm.cs (2)
134
pInData = HGlobalSafeHandle.
Construct
(m_cachedBlock.Length);
191
pInData = HGlobalSafeHandle.
Construct
(m_cachedBlock.Length);
infocard\client\System\IdentityModel\Selectors\InfoCardRSACryptoProvider.cs (5)
86
using (HGlobalSafeHandle pInData = HGlobalSafeHandle.
Construct
(inData.Length))
118
using (HGlobalSafeHandle pInData = HGlobalSafeHandle.
Construct
(inData.Length))
149
using (HGlobalSafeHandle pHash = HGlobalSafeHandle.
Construct
(hash.Length))
188
using (HGlobalSafeHandle pHash = HGlobalSafeHandle.
Construct
(hash.Length))
196
using (HGlobalSafeHandle pSig = HGlobalSafeHandle.
Construct
(sig.Length))
infocard\client\System\IdentityModel\Selectors\InfoCardSymmetricAlgorithm.cs (3)
162
using (HGlobalSafeHandle pIV = HGlobalSafeHandle.
Construct
(iv.Length))
236
using (HGlobalSafeHandle pInData = HGlobalSafeHandle.
Construct
(inputCount))
283
using (HGlobalSafeHandle pInData = HGlobalSafeHandle.
Construct
(inputCount))
infocard\client\System\IdentityModel\Selectors\InfoCardSymmetricCrypto.cs (2)
117
using (HGlobalSafeHandle pLabel = HGlobalSafeHandle.
Construct
(label.Length))
119
using (HGlobalSafeHandle pNonce = HGlobalSafeHandle.
Construct
(nonce.Length))
infocard\client\System\IdentityModel\Selectors\PolicyChain.cs (1)
54
m_nativeChain = HGlobalSafeHandle.
Construct
(chainLength * elementSize);