X509Chain::ChainContext Property
.NET Framework (current version)
Gets a handle to an X.509 chain.
Assembly: System (in System.dll)
public: property IntPtr ChainContext { [SecurityPermissionAttribute(SecurityAction::LinkDemand, Flags = SecurityPermissionFlag::UnmanagedCode)] [SecurityPermissionAttribute(SecurityAction::InheritanceDemand, Flags = SecurityPermissionFlag::UnmanagedCode)] IntPtr get(); }
Use this property to return a handle that is compatible with the unmanaged Microsoft Cryptographic API (CAPI).
SecurityPermissionSecurityPermission
for the ability to execute unmanaged code. Security action: InheritanceDemand. Associated enumeration: SecurityPermissionFlag::UnmanagedCode
for the ability to execute unmanaged code. Security action: LinkDemand. Associated enumeration: SecurityPermissionFlag::UnmanagedCode
.NET Framework
Available since 2.0
Available since 2.0
Show: