X509Certificate.Handle Propriété

Définition

Obtient un handle vers un contexte de certificat Microsoft Cryptographic API décrit par une structure PCCERT_CONTEXT non managée.

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

Valeur de propriété

IntPtr

nativeint

Structure IntPtr qui représente une structure PCCERT_CONTEXT non managée.

Attributs

Remarques

Le handle est valide uniquement pendant la durée de vie de l’objet X509Certificate .

S’applique à