C# Class NuGet.Services.Operations.Secrets.DpapiNg.NCryptProtectionDescriptorHandle

Inheritance: System.Runtime.InteropServices.SafeHandle
ファイルを表示 Open project: NuGet/NuGet.Operations Class Usage Examples

Public Methods

Method Description
Create ( string protectionDescriptor ) : NCryptProtectionDescriptorHandle

Protected Methods

Method Description
ReleaseHandle ( ) : bool

Private Methods

Method Description
NCryptProtectionDescriptorHandle ( ) : System

Method Details

Create() public static method

public static Create ( string protectionDescriptor ) : NCryptProtectionDescriptorHandle
protectionDescriptor string
return NCryptProtectionDescriptorHandle

ReleaseHandle() protected method

protected ReleaseHandle ( ) : bool
return bool