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.
X509Chain::SafeHandle Property
.NET Framework (current version)
Gets a safe handle for this X509Chain instance.
Assembly: System (in System.dll)
public: property SafeX509ChainHandle^ SafeHandle { [SecurityCriticalAttribute] [SecurityPermissionAttribute(SecurityAction::LinkDemand, Flags = SecurityPermissionFlag::UnmanagedCode)] [SecurityPermissionAttribute(SecurityAction::InheritanceDemand, Flags = SecurityPermissionFlag::UnmanagedCode)] SafeX509ChainHandle^ get(); }
Property Value
Type: Microsoft.Win32.SafeHandles::SafeX509ChainHandle^Returns the SafeX509ChainHandle.
.NET Framework
Available since 4.6
Available since 4.6
Show: