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

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

属性

注釈

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

適用対象