X509Store.StoreHandle 속성

정의

IntPtr 저장소에 대한 HCERTSTORE 핸들을 가져옵니다.

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

속성 값

IntPtr

nativeint

HCERTSTORE 저장소에 대한 핸들입니다.

예외

저장소가 열려 있지 않습니다.

설명

StoreHandle 속성을 사용하여 관리되지 않는 CAPI(Microsoft Cryptographic API)와의 호환성을 제공합니다.

적용 대상