X509Certificate.Handle Egenskap
Definition
Viktigt
En del information gäller för förhandsversionen av en produkt och kan komma att ändras avsevärt innan produkten blir allmänt tillgänglig. Microsoft lämnar inga garantier, uttryckliga eller underförstådda, avseende informationen som visas här.
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
nativeint
En IntPtr struktur som representerar en ohanterad PCCERT_CONTEXT struktur.
- Attribut
Kommentarer
Handtaget är endast giltigt under objektets X509Certificate livslängd.