Windows apps
Collapse the table of content
Expand the table of content
Information
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

 

Exports the current X509Certificate object to a byte array.

Namespace:   System.Security.Cryptography.X509Certificates
Assembly:  mscorlib (in mscorlib.dll)

NameDescription
System_CAPS_pubmethodExport(X509ContentType)

Exports the current X509Certificate object to a byte array in a format described by one of the X509ContentType values.

System_CAPS_pubmethodExport(X509ContentType, SecureString^)

Exports the current X509Certificate object to a byte array using the specified format and a password.

System_CAPS_pubmethodExport(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.

Return to top
Show:
© 2017 Microsoft