CertPropReaderDGetForwardCrossCert Method |
Gets a particular forward cross certificate.
Namespace:
SysadminsLV.PKI.Dcom.Implementations
Assembly:
SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax 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[]
Parameters
- index
- Type: SystemInt32
A zero-based index of Certification Authority certificate. Index must be between 1 and a value returned by GetCaCertificateCount
minus two.
Return Value
Type:
ByteASN.1-encoded byte array that represents an X.509 certificate.
Implements
ICertPropReaderDGetForwardCrossCert(Int32)See Also