예제 #1
0
 public virtual byte[] ExportEncryptedPkcs8PrivateKey(System.ReadOnlySpan <char> password, System.Security.Cryptography.PbeParameters pbeParameters)
 {
     throw null;
 }
 public bool TryEncrypt(System.ReadOnlySpan <char> password, System.Security.Cryptography.PbeParameters pbeParameters, System.Span <byte> destination, out int bytesWritten)
 {
     throw null;
 }
예제 #3
0
 public virtual bool TryExportEncryptedPkcs8PrivateKey(System.ReadOnlySpan <char> password, System.Security.Cryptography.PbeParameters pbeParameters, System.Span <byte> destination, out int bytesWritten)
 {
     throw null;
 }
 public byte[] Encrypt(System.ReadOnlySpan <char> password, System.Security.Cryptography.PbeParameters pbeParameters)
 {
     throw null;
 }
 public System.Security.Cryptography.Pkcs.Pkcs12ShroudedKeyBag AddShroudedKey(System.Security.Cryptography.AsymmetricAlgorithm key, string password, System.Security.Cryptography.PbeParameters pbeParameters)
 {
     throw null;
 }
 public System.Security.Cryptography.Pkcs.Pkcs12ShroudedKeyBag AddShroudedKey(System.Security.Cryptography.AsymmetricAlgorithm key, System.ReadOnlySpan <byte> passwordBytes, System.Security.Cryptography.PbeParameters pbeParameters)
 {
     throw null;
 }
 public void AddSafeContentsEncrypted(System.Security.Cryptography.Pkcs.Pkcs12SafeContents safeContents, string password, System.Security.Cryptography.PbeParameters pbeParameters)
 {
 }
 public void AddSafeContentsEncrypted(System.Security.Cryptography.Pkcs.Pkcs12SafeContents safeContents, System.ReadOnlySpan <char> password, System.Security.Cryptography.PbeParameters pbeParameters)
 {
 }