Exemple #1
0
        public virtual string GetName()
        {
            ThrowIfContextInvalid();

            return(X509Utils._GetSubjectInfo(m_safeCertContext, X509Constants.CERT_NAME_RDN_TYPE, true));
        }
 public virtual string GetName()
 {
     this.ThrowIfContextInvalid();
     return(X509Utils._GetSubjectInfo(this.m_safeCertContext, 2U, true));
 }