ECAlgorithm.ExportECPrivateKeyPem Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Exports the current key in the ECPrivateKey format, PEM encoded.
public:
System::String ^ ExportECPrivateKeyPem();
public string ExportECPrivateKeyPem ();
member this.ExportECPrivateKeyPem : unit -> string
Public Function ExportECPrivateKeyPem () As String
Returns
A string containing the PEM-encoded ECPrivateKey.
Exceptions
The key could not be exported.
Remarks
A PEM-encoded ECPrivateKey will begin with -----BEGIN EC PRIVATE KEY-----
and end with -----END EC PRIVATE KEY-----
, with the base64 encoded DER
contents of the key between the PEM boundaries.
The PEM is encoded according to the IETF RFC 7468 "strict"
encoding rules.
Applies to
التعاون معنا على GitHub
يمكن العثور على مصدر هذا المحتوى على GitHub حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.