ICertPropReaderDGetForwardCrossCert Method
Gets a particular forward cross certificate.
Namespace: SysadminsLV.PKI.DcomAssembly: SysadminsLV.PKI.Win (in SysadminsLV.PKI.Win.dll) Version: 4.0.1.0 (4.0.1.0)
byte[] GetForwardCrossCert(
int index
)
Function GetForwardCrossCert (
index As Integer
) As Byte()
array<unsigned char>^ GetForwardCrossCert(
int index
)
abstract GetForwardCrossCert :
index : int -> byte[]
- index Int32
-
A zero-based index of Certification Authority certificate. Index must be between 1 and a value returned by GetCaCertificateCount
minus two.
ByteASN.1-encoded byte array that represents an X.509 certificate.