X509Store.StoreHandle 属性

定义

获取 HCERTSTORE 存储的 IntPtr 句柄。

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

属性值

IntPtr

nativeint

HCERTSTORE 存储的句柄。

例外

存储未打开。

注解

StoreHandle使用 属性提供与非托管Microsoft加密 API (CAPI) 的兼容性。

适用于