X509Certificate.Handle プロパティ

定義

アンマネージド PCCERT_CONTEXT 構造体によって記述された Microsoft Cryptographic API 証明書コンテキストへのハンドルを取得します。

public:
 property IntPtr Handle { IntPtr get(); };
public IntPtr Handle { get; }
public IntPtr Handle { [System.Security.SecurityCritical] get; }
[System.Runtime.InteropServices.ComVisible(false)]
public IntPtr Handle { get; }
[System.Runtime.InteropServices.ComVisible(false)]
public IntPtr Handle { [System.Security.SecurityCritical] get; }
member this.Handle : nativeint
[<get: System.Security.SecurityCritical>]
member this.Handle : nativeint
[<System.Runtime.InteropServices.ComVisible(false)>]
member this.Handle : nativeint
[<get: System.Security.SecurityCritical>]
[<System.Runtime.InteropServices.ComVisible(false)>]
member this.Handle : nativeint
Public ReadOnly Property Handle As IntPtr

プロパティ値

IntPtr

nativeint

アンマネージ IntPtr構造体を表すPCCERT_CONTEXT構造体。

属性

注釈

ハンドルは、 X509Certificate オブジェクトの有効期間中のみ有効です。

適用対象