Example #1
0
 public void AddSafeContentsUnencrypted(System.Security.Cryptography.Pkcs.Pkcs12SafeContents safeContents)
 {
 }
Example #2
0
 public void AddSafeContentsEncrypted(System.Security.Cryptography.Pkcs.Pkcs12SafeContents safeContents, string password, System.Security.Cryptography.PbeParameters pbeParameters)
 {
 }
Example #3
0
 public System.Security.Cryptography.Pkcs.Pkcs12SafeContentsBag AddNestedContents(System.Security.Cryptography.Pkcs.Pkcs12SafeContents safeContents)
 {
     throw null;
 }
Example #4
0
 public void AddSafeContentsEncrypted(System.Security.Cryptography.Pkcs.Pkcs12SafeContents safeContents, System.ReadOnlySpan <char> password, System.Security.Cryptography.PbeParameters pbeParameters)
 {
 }
 public void AddSafeContentsEncrypted(System.Security.Cryptography.Pkcs.Pkcs12SafeContents safeContents, byte[]?passwordBytes, System.Security.Cryptography.PbeParameters pbeParameters)
 {
 }