4 references to cryptoParameters
System.IdentityModel.Selectors (4)
infocard\client\System\IdentityModel\Selectors\CryptoHandle.cs (4)
147
handle = new AsymmetricCryptoHandle(nativeHandle, expiration, hCrypto.
cryptoParameters
);
150
handle = new SymmetricCryptoHandle(nativeHandle, expiration, hCrypto.
cryptoParameters
);
153
handle = new TransformCryptoHandle(nativeHandle, expiration, hCrypto.
cryptoParameters
);
156
handle = new HashCryptoHandle(nativeHandle, expiration, hCrypto.
cryptoParameters
);