3 references to SetKeyParameter
System.Security.Cryptography (3)
System\Security\Cryptography\BasicSymmetricCipherCsp.cs (3)
24SetKeyParameter(_hKey, CryptGetKeyParamQueryType.KP_MODE, (int)cipherMode); 27SetKeyParameter(_hKey, CryptGetKeyParamQueryType.KP_MODE_BITS, feedbackSize); 38SetKeyParameter(_hKey, CryptGetKeyParamQueryType.KP_EFFECTIVE_KEYLEN, key.Length * 8);