ICertPropReaderDGetCdpURLs Method |
Gets the list of certificate revocation list distribution points (CDPs) URLs to include in issued certificates, for a particular
Certification Authority certificate.
Namespace:
SysadminsLV.PKI.Dcom
Assembly:
SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax string[] GetCdpURLs(
int index
)
Function GetCdpURLs (
index As Integer
) As String()
array<String^>^ GetCdpURLs(
int index
)
abstract GetCdpURLs :
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.
See Also