Click or drag to resize
SignDocVerificationParameterssetBlob Method
Set an blob parameter.

Available blob parameters are:
- IntermediateCertificate       Add an intermediate certificate
                                   which might help building the
                                   certificate chain.
                                   The blob must contain
                                   a serialized X.509 certificate
                                   (DER or PEM).
- TrustedCertificate            Add a trusted root certificate.
                                   The blob must contain
                                   a serialized X.509 certificate
                                   (DER or PEM).

Namespace:  de.softpro.signdocsdk
Assembly:  SPSignDoc_4.3_DotNetLib (in SPSignDoc_4.3_DotNetLib.dll) Version: 1.0.6773.37566
Syntax
C#
public void setBlob(
	BlobParameter name,
	byte[] value
)

Parameters

name
Type: de.softpro.signdocsdk.Enums.EVerificationParametersBlobParameter
The name of the parameter (case-sensitive).
value
Type: SystemByte
The value of the parameter.

Return Value

Type: 
#rc_ok if successful.
See Also