Skip to content

Commit 499c4be

Browse files
authored
Update README.md
1 parent 990ce2f commit 499c4be

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -254,6 +254,8 @@ dotnet add package NETCore.Encrypt --version 2.0.9
254254
var publicPkcs1 = pkcs1KeyTuple.publicPkcs1;
255255
var privatePkcs1 = pkcs1KeyTuple.privatePkcs1;
256256

257+
//Rsa to pkcs8 format key
258+
257259
//PKCS8
258260
var pkcs8KeyTuple = EncryptProvider.RsaToPkcs8();
259261
var publicPkcs8 = pkcs1KeyTuple.publicPkcs8;

0 commit comments

Comments
 (0)