ICertPropReaderDGetOcspURLs Method
Gets the list of Online Certificate Status Protocol (OCSP) URLs to include in issued certificates, for a particular Certification Authority
certificate.
Namespace: SysadminsLV.PKI.DcomAssembly: SysadminsLV.PKI.Win (in SysadminsLV.PKI.Win.dll) Version: 4.0.1.0 (4.0.1.0)
string[] GetOcspURLs(
int index
)
Function GetOcspURLs (
index As Integer
) As String()
array<String^>^ GetOcspURLs(
int index
)
abstract GetOcspURLs :
index : int -> string[]
- index Int32
-
A zero-based index of Certification Authority certificate. Index must be between 0 and a value returned by GetCaCertificateCount
minus one.
StringAn array of URLs.