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::Handle Property
.NET Framework (current version)
Gets a safe handle that represents a native key (NCRYPT_KEY_HANDLE).
Assembly: System.Core (in System.Core.dll)
public: property SafeNCryptKeyHandle^ Handle { [SecurityCriticalAttribute] [SecurityPermissionAttribute(SecurityAction::Demand, UnmanagedCode = true)] SafeNCryptKeyHandle^ get(); }
Property Value
Type: Microsoft.Win32.SafeHandles::SafeNCryptKeyHandle^A safe handle that represents the key.
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: