We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 990ce2f commit 499c4beCopy full SHA for 499c4be
README.md
@@ -254,6 +254,8 @@ dotnet add package NETCore.Encrypt --version 2.0.9
254
var publicPkcs1 = pkcs1KeyTuple.publicPkcs1;
255
var privatePkcs1 = pkcs1KeyTuple.privatePkcs1;
256
257
+ //Rsa to pkcs8 format key
258
+
259
//PKCS8
260
var pkcs8KeyTuple = EncryptProvider.RsaToPkcs8();
261
var publicPkcs8 = pkcs1KeyTuple.publicPkcs8;
0 commit comments