The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
CngKey::ProviderHandle Property
.NET Framework (current version)
Gets a native handle (an NCRYPT_PROV_HANDLE) to the key storage provider (KSP).
Assembly: System.Core (in System.Core.dll)
public: property SafeNCryptProviderHandle^ ProviderHandle { [SecurityCriticalAttribute] [SecurityPermissionAttribute(SecurityAction::Demand, UnmanagedCode = true)] SafeNCryptProviderHandle^ get(); }
SecurityPermission
for permission to call unmanaged code. Demand value: LinkDemand. Associated enumeration: SecurityPermissionFlag::UnmanagedCode
.NET Framework
Available since 3.5
Available since 3.5
Show: