CertPropReaderDGetForwardCrossCert Method
Gets a particular forward cross certificate.
Namespace: SysadminsLV.PKI.Dcom.ImplementationsAssembly: SysadminsLV.PKI.Win (in SysadminsLV.PKI.Win.dll) Version: 4.3.0+a868daf3196ed1ac6592e4f3e5cd2b429fc81eaa
public byte[] GetForwardCrossCert(
int index
)
Public Function GetForwardCrossCert (
index As Integer
) As Byte()
public:
virtual array<unsigned char>^ GetForwardCrossCert(
int index
) sealed
abstract GetForwardCrossCert :
index : int -> byte[]
override 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.
ICertPropReaderDGetForwardCrossCert(Int32)