コード例 #1
0
 public static bool HasPrivateKey(this SafeCertContextHandle certificateContext)
 {
     return(certificateContext.HasProperty(WindowsX509Native.CertificateProperty.KeyProviderInfo));
 }