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.
X509Certificate::Export Method
.NET Framework (current version)
Exports the current X509Certificate object to a byte array.
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() | Export(X509ContentType) | Exports the current X509Certificate object to a byte array in a format described by one of the X509ContentType values. |
![]() | Export(X509ContentType, SecureString^) | Exports the current X509Certificate object to a byte array using the specified format and a password. |
![]() | Export(X509ContentType, String^) | Exports the current X509Certificate object to a byte array in a format described by one of the X509ContentType values, and using the specified password. |
Show:
