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