X509Certificate Constructor (X509Certificate^)
.NET Framework (current version)
Initializes a new instance of the X509Certificate class using another X509Certificate class.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- cert
-
Type:
System.Security.Cryptography.X509Certificates::X509Certificate^
A X509Certificate class from which to initialize this class.
| Exception | Condition |
|---|---|
| CryptographicException | An error with the certificate occurs. For example:
|
| ArgumentNullException | The value of the cert parameter is null. |
ASN.1 DER is the only certificate format supported by this class.
.NET Framework
Available since 1.1
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Available since 1.1
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Show: