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

Namespace: de.softpro.signdocsdk
Assembly: SPSignDoc_4.1_DotNetLibd (in SPSignDoc_4.1_DotNetLibd.dll) Version: 1.0.5882.21462
Syntax
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