| ISignRSAgetCertificate Method |
Get an intermediate certificate.
Namespace: de.softpro.signdocsdkAssembly: SPSignDoc_4.1_DotNetLibd (in SPSignDoc_4.1_DotNetLibd.dll) Version: 1.0.5882.21462
Syntaxbyte[] getCertificate(
int index
)
Function getCertificate (
index As Integer
) As Byte()
array<unsigned char>^ getCertificate(
int index
)
abstract getCertificate :
index : int -> byte[]
Parameters
- index
- Type: SystemInt32
The zero-based index of the intermediate
certificate, see getCertificateCount().
Return Value
Type:
Byte The requested intermediate certificate (DER-encoded X.509)
or null on error.
See Also