Advtools.ADVpki.CertificatesAuthority.GetRootCertificate C# (CSharp) Метод

GetRootCertificate() приватный Метод

private GetRootCertificate ( ) : X509Certificate2
Результат System.Security.Cryptography.X509Certificates.X509Certificate2
        private MSX509.X509Certificate2 GetRootCertificate()
        {
            return authorityName_ == null ? null : GetCertificate(authorityName_, Usage.Authority, defaultRootCertificateValidty_, MSX509.StoreName.Root, null);
        }