CertPropReaderDGetOcspURLs 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.Dcom.Implementations
Assembly:
SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax public string[] GetOcspURLs(
int index
)
Public Function GetOcspURLs (
index As Integer
) As String()
public:
virtual array<String^>^ GetOcspURLs(
int index
) sealed
abstract GetOcspURLs :
index : int -> string[]
override GetOcspURLs :
index : int -> string[]
Parameters
- index
- Type: SystemInt32
A zero-based index of Certification Authority certificate. Index must be between 0 and a value returned by GetCaCertificateCount
minus one.
Return Value
Type:
StringAn array of URLs.
Implements
ICertPropReaderDGetOcspURLs(Int32)See Also