Table of Contents

Class RsaPkcs8Helper

Namespace
OpenSettings.Helpers
Assembly
OpenSettings.dll
public static class RsaPkcs8Helper
Inheritance
RsaPkcs8Helper
Inherited Members

Methods

ExportPkcs8PrivateKey(RSA)

public static byte[] ExportPkcs8PrivateKey(this RSA rsa)

Parameters

rsa RSA

Returns

byte[]

ImportPkcs8PrivateKey(RSA, byte[], out int)

public static void ImportPkcs8PrivateKey(this RSA rsa, byte[] pkcs8Der, out int bytesRead)

Parameters

rsa RSA
pkcs8Der byte[]
bytesRead int