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