Click or drag to resize
ISignRSAgetCertificate Method
Get an intermediate certificate.

Namespace:  de.softpro.signdocsdk
Assembly:  SPSignDoc_4.3_DotNetLib (in SPSignDoc_4.3_DotNetLib.dll) Version: 1.0.6773.37566
Syntax
C#
byte[] getCertificate(
	int index
)

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