X509Chain Constructor (IntPtr)
.NET Framework (current version)
Namespace:
System.Security.Cryptography.X509Certificates
Assembly: System (in System.dll)
Return to top
Assembly: System (in System.dll)
| Exception | Condition |
|---|---|
| ArgumentNullException | The chainContext parameter is null. |
| CryptographicException | The chainContext parameter points to an invalid context. |
Use this constructor to provide compatibility 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: