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

プロパティ値

KSP へのハンドル。

属性

注釈

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

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

適用対象