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

显示文件 Open project: jasonlaflair/EfficientlyLazy.Crypto

Public Methods

Method Description
Default ( ) : DPAPINativeCryptPotectPromptStruct

Creates a default instance of CRYPTPROTECT_PROMPTSTRUCT.

Dispose ( ) : void

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

Method Details

Default() public static method

Creates a default instance of CRYPTPROTECT_PROMPTSTRUCT.
public static Default ( ) : DPAPINativeCryptPotectPromptStruct
return DPAPINativeCryptPotectPromptStruct

Dispose() public method

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