RsaKeyType.cs 94 B

12345678
  1. namespace Masuit.Tools.Security;
  2. public enum RsaKeyType
  3. {
  4. XML,
  5. PKCS1,
  6. PKCS8
  7. }