Windows apps
Collapse the table of content
Expand the table of content
Information
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.

SafeNCryptHandle::ReleaseHandle Method ()

 

This API supports the product infrastructure and is not intended to be used directly from your code.

Releases a handle used by a Cryptography Next Generation (CNG) object.

Namespace:   Microsoft.Win32.SafeHandles
Assembly:  System.Core (in System.Core.dll)

protected:
virtual bool ReleaseHandle() override

Return Value

Type: System::Boolean

true if the handle is released successfully; otherwise, false.

.NET Framework
Available since 3.5
Return to top
Show:
© 2017 Microsoft