public byte[]? Export(System.Security.Cryptography.X509Certificates.X509ContentType contentType, string?password)
 {
     throw null;
 }
 public virtual byte[] Export(System.Security.Cryptography.X509Certificates.X509ContentType contentType, System.Security.SecureString?password)
 {
     throw null;
 }
Пример #3
0
 public byte[] Export(System.Security.Cryptography.X509Certificates.X509ContentType contentType, string password)
 {
     return(default(byte[]));
 }
 public virtual byte[] Export(System.Security.Cryptography.X509Certificates.X509ContentType contentType)
 {
     throw null;
 }
Пример #5
0
 public virtual byte[] Export(System.Security.Cryptography.X509Certificates.X509ContentType contentType)
 {
     return(default(byte[]));
 }