X509AuthorityInformationAccessExtensionCertificationAuthorityIssuer Property |
Gets issuer certificate location URLs.
Namespace:
System.Security.Cryptography.X509Certificates
Assembly:
SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax public string[] CertificationAuthorityIssuer { get; }
Public ReadOnly Property CertificationAuthorityIssuer As String()
Get
public:
property array<String^>^ CertificationAuthorityIssuer {
array<String^>^ get ();
}
member CertificationAuthorityIssuer : string[] with get
Property Value
Type:
StringSee Also