Share via


X509Store.StoreHandle Proprietà

Definizione

Ottiene un handle IntPtr per un archivio HCERTSTORE.

public:
 property IntPtr StoreHandle { IntPtr get(); };
public IntPtr StoreHandle { get; }
member this.StoreHandle : nativeint
Public ReadOnly Property StoreHandle As IntPtr

Valore della proprietà

IntPtr

nativeint

Handle per un archivio HCERTSTORE.

Eccezioni

L'archivio non è aperto.

Commenti

Usare la proprietà per fornire la compatibilità con l'API di crittografia Microsoft non gestita (CAPI).Use the StoreHandle property to provide compatibility with the unmanaged Microsoft Cryptographic API (CAPI).

Si applica a