Show / Hide Table of Contents

ExportPkcs8PrivateKey Method

ExportPkcs8PrivateKey()

Exports the current key in the PKCS#8 PrivateKeyInfo format.

C#
public abstract byte[] ExportPkcs8PrivateKey()

Returns

byte[]

A byte array containing the PKCS#8 PrivateKeyInfo representation of this key.

Implements

IPrivateKey.ExportPkcs8PrivateKey()
In this article
Back to top Generated by DocFX