CngKey.ProviderHandle プロパティ

定義

KSP を識別するネイティブ ハンドル (NCRYPT_PROV_HANDLE) を取得します。

public:
 property Microsoft::Win32::SafeHandles::SafeNCryptProviderHandle ^ ProviderHandle { Microsoft::Win32::SafeHandles::SafeNCryptProviderHandle ^ get(); };
public Microsoft.Win32.SafeHandles.SafeNCryptProviderHandle ProviderHandle { get; }
public Microsoft.Win32.SafeHandles.SafeNCryptProviderHandle ProviderHandle { [System.Security.SecurityCritical] get; }
member this.ProviderHandle : Microsoft.Win32.SafeHandles.SafeNCryptProviderHandle
[<get: System.Security.SecurityCritical>]
member this.ProviderHandle : Microsoft.Win32.SafeHandles.SafeNCryptProviderHandle
Public ReadOnly Property ProviderHandle As SafeNCryptProviderHandle

プロパティ値

SafeNCryptProviderHandle

KSP を識別するハンドル。

属性

注釈

返されるハンドルは、現在 CngKey のオブジェクト内のハンドルの複製です。 電流 CngKey が破棄された場合でも保持され、個別に破棄する必要があります。

現在のオブジェクトとハンドルは、悪影響を与えずに任意の順序で解放できます。

適用対象