X509Certificate.Handle Egenskap

Definition

Hämtar ett handtag till en Microsoft kryptografisk API-certifikatkontext som beskrivs av en ohanterad PCCERT_CONTEXT struktur.

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

Egenskapsvärde

IntPtr

nativeint

En IntPtr struktur som representerar en ohanterad PCCERT_CONTEXT struktur.

Attribut

Kommentarer

Handtaget är endast giltigt under objektets X509Certificate livslängd.

Gäller för