Click or drag to resize
SignDocVerificationResultgetSignatureBlob Method
Get a blob property from the signature field. Available blob parameters are: -BiometricHash A message digest computed over the document hash and the unencrypted biometric data, empty if not present. - Contents The Contents entry of the signature dictionary, that is, the digital signature (PDF documents only). - Signature The PKCS #1 or DER-encoded PKCS #7 signature. . Additional, you can store your own blobs in the signature by using a name starting with "Prop_", except for "Prop_AuthTime", "Prop_AuthType", "Prop_BiometricData", and "Prop_Build", which are reserved), see de.softpro.doc.SignDocSignatureParameters.setBlob().

Namespace:  de.softpro.signdocsdk
Assembly:  SPSignDoc_4.3_DotNetLib (in SPSignDoc_4.3_DotNetLib.dll) Version: 1.0.6773.37566
Syntax
C#
public byte[] getSignatureBlob(
	SignatureBlob name
)

Parameters

name
Type: de.softpro.signdocsdk.Enums.EVerificationResultSignatureBlob
The name of the property.

Return Value

Type: Byte
The blob retrieved from the signature field or null if the property does not exist.
See Also