ICertPropReaderDGetKraCertificate Method |
Gets a particular KRA certificate
Namespace:
SysadminsLV.PKI.Dcom
Assembly:
SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax byte[] GetKraCertificate(
int index
)
Function GetKraCertificate (
index As Integer
) As Byte()
array<unsigned char>^ GetKraCertificate(
int index
)
abstract GetKraCertificate :
index : int -> byte[]
Parameters
- index
- Type: SystemInt32
A zero-based index of KRA certificate. Index must be between 0 and a value returned by GetKraCertCount minus one.
Return Value
Type:
ByteASN.1-encoded byte array that represents an X.509 certificate.
See Also