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