Beispiel #1
0
 public static extern bool CryptUnprotectData(
     ref DataBlob dataInPointer,
     String dataDescr,
     ref DataBlob optionalEntropyPointer,
     IntPtr reservedVoidPointer,
     ref CryptProtectPromptStruct promptStructPointer,
     int flags,
     ref DataBlob dataOutPointer);
Beispiel #2
0
 public static extern bool CryptUnprotectData(
     ref DataBlob dataInPointer,
     String dataDescr,
     ref DataBlob optionalEntropyPointer,
     IntPtr reservedVoidPointer,
     ref CryptProtectPromptStruct promptStructPointer,
     int flags,
     ref DataBlob dataOutPointer);
Beispiel #3
0
 public static extern bool CryptUnprotectData(ref DataBlob pDataIn, StringBuilder szDataDescr, ref DataBlob pOptionalEntropy, IntPtr pvReserved, ref CryptProtectPromptStruct pPromptStruct, CryptProtectFlags dwFlags, ref DataBlob pDataOut);
Beispiel #4
0
 public static extern bool CryptUnprotectData(ref DataBlob dataIn, string description, ref DataBlob optionalEntropy, IntPtr reserved, ref CryptProtectPromptStruct promptStruct, int flags, out DataBlob dataOut);