| DocumentLinkContent Constructor (Object, String, Byte, SignatureType) |
Constructor for create instance with known content at instance creation time.
Namespace:
ASDSoft.WebSigner.Server.Content
Assembly:
ASDSoft.WebSigner.Server (in ASDSoft.WebSigner.Server.dll) Version: 2.5.0
Syntax public DocumentLinkContent(
Object documentId,
string documentName,
byte[] content,
SignatureType signatureType
)
Parameters
- documentId
- Type: SystemObject
Unique ID generated by hosting application identified document in hosting application. - documentName
- Type: SystemString
Document name displayed in client window for selecting a certificate. Value is set to Title. - content
- Type: SystemByte
Document computed data or hash for signing. - signatureType
- Type: ASDSoft.WebSignerSignatureType
Signature type (Data or Hash).
See Also