ICertPropReaderDGetAiaURLs Method
Gets the list of authority information access (AIA) 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[] GetAiaURLs(
int index
)
Function GetAiaURLs (
index As Integer
) As String()
array<String^>^ GetAiaURLs(
int index
)
abstract GetAiaURLs :
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.