C# Class EfficientlyLazy.Crypto.Engines.DPAPIEngine.DPAPINativeDataBlob

Datei anzeigen Open project: jasonlaflair/EfficientlyLazy.Crypto

Public Methods

Method Description
Dispose ( ) : void

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

Init ( byte data ) : DPAPINativeDataBlob

Creates the structure that holds byte[] data to be encrypted.

Null ( ) : DPAPINativeDataBlob

Creates an empty DATA_BLOB.

Method Details

Dispose() public method

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
public Dispose ( ) : void
return void

Init() public static method

Creates the structure that holds byte[] data to be encrypted.
Unable to allocate data buffer for BLOB structure
public static Init ( byte data ) : DPAPINativeDataBlob
data byte Data to be encrypted.
return DPAPINativeDataBlob

Null() public static method

Creates an empty DATA_BLOB.
public static Null ( ) : DPAPINativeDataBlob
return DPAPINativeDataBlob