コード例 #1
0
 public static ICertificatePal FromHandle(IntPtr handle)
 {
     return(OpenSslX509CertificateReader.FromHandle(handle));
 }