X509Chain::SafeHandle Property

.NET Framework (current version)
 

Gets a safe handle for this X509Chain instance.

Namespace:   System.Security.Cryptography.X509Certificates
Assembly:  System (in System.dll)

public:
property SafeX509ChainHandle^ SafeHandle {
	[SecurityCriticalAttribute]
	[SecurityPermissionAttribute(SecurityAction::LinkDemand, Flags = SecurityPermissionFlag::UnmanagedCode)]
	[SecurityPermissionAttribute(SecurityAction::InheritanceDemand, 
		Flags = SecurityPermissionFlag::UnmanagedCode)]
	SafeX509ChainHandle^ get();
}

.NET Framework
Available since 4.6
Return to top
Show: