3 references to CRYPT_EXPORTABLE
System.Security.Cryptography (3)
System\Security\Cryptography\CapiHelper.Windows.cs (3)
497capiFlags |= (int)CryptGenKeyFlags.CRYPT_EXPORTABLE; 976dwCapiFlags &= ~(int)(CryptGenKeyFlags.CRYPT_EXPORTABLE); 1255if (!CryptDeriveKey(hProv, algid, hHash, dwFlags | (int)CryptGenKeyFlags.CRYPT_EXPORTABLE, out hKey))