コード例 #1
0
 public X509Certificate2 GetCertificate(string thumbprint)
 {
     return(_hostContext.GetCertificate(_cellIdentity, thumbprint));
 }