예제 #1
0
 public static ICertificatePal FromOtherCert(X509Certificate cert)
 {
     return(OpenSslX509CertificateReader.FromOtherCert(cert));
 }