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

Afficher le fichier Open project: jasonlaflair/EfficientlyLazy.Crypto

Méthodes publiques

Méthode 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 méthode

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

Init() public static méthode

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.
Résultat DPAPINativeDataBlob

Null() public static méthode

Creates an empty DATA_BLOB.
public static Null ( ) : DPAPINativeDataBlob
Résultat DPAPINativeDataBlob