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
rsaRSA
Returns
- byte[]
ImportPkcs8PrivateKey(RSA, byte[], out int)
public static void ImportPkcs8PrivateKey(this RSA rsa, byte[] pkcs8Der, out int bytesRead)