X509Store.StoreHandle Property
Gets an IntPtr handle to an HCERTSTORE store.
Assembly: System (in System.dll)
| Exception | Condition |
|---|---|
| CryptographicException | The store is not open. |
Use the StoreHandle property to provide compatibility with the unmanaged Microsoft Cryptographic API (CAPI).
For more information about the HCERTSTORE handle, see the unmanaged CAPI documentation in the Platform SDK section of the MSDN Library.
- SecurityPermission
for unmanaged code. Security action: LinkDemand. Associated enumeration: SecurityPermissionFlag.UnmanagedCode
- SecurityPermission
for unmanaged code. Security action: InheritanceDemand. Associated enumeration: SecurityPermissionFlag.UnmanagedCode
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.