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 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: