X509Certificate2.Export Method
Exports the current X509Certificate object to a byte array.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
Export(X509ContentType) | Exports the current X509Certificate object to a byte array in a format described by one of the X509ContentType values. (Inherited from X509Certificate.) |
|
Export(X509ContentType, SecureString) | Exports the current X509Certificate object to a byte array using the specified format and a password. (Inherited from X509Certificate.) |
|
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. (Inherited from X509Certificate.) |