CertPropReaderDGetLatestCertOcspURLs Method |
Gets the list of Online Certificate Status Protocol (OCSP) URLs to include in issued certificates, for the most recent Certification Authority
certificate.
Namespace:
SysadminsLV.PKI.Dcom.Implementations
Assembly:
SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax public string[] GetLatestCertOcspURLs()
Public Function GetLatestCertOcspURLs As String()
public:
virtual array<String^>^ GetLatestCertOcspURLs() sealed
abstract GetLatestCertOcspURLs : unit -> string[]
override GetLatestCertOcspURLs : unit -> string[]
Return Value
Type:
StringAn array of URLs.
Implements
ICertPropReaderDGetLatestCertOcspURLsSee Also