Click or drag to resize

DocumentSignerBaseTIdentificationDocumentIdentification Constructor

Namespace:  ASDSoft.WebSigner.Server
Assembly:  ASDSoft.WebSigner.Server (in ASDSoft.WebSigner.Server.dll) Version: 2.5.0
Syntax
C#
public DocumentIdentification(
	string documentFileFullName,
	Object documentId
)

Parameters

documentFileFullName
Type: SystemString

[Missing <param name="documentFileFullName"/> documentation for "M:ASDSoft.WebSigner.Server.DocumentSignerBase`1.DocumentIdentification.#ctor(System.String,System.Object)"]

documentId
Type: SystemObject

[Missing <param name="documentId"/> documentation for "M:ASDSoft.WebSigner.Server.DocumentSignerBase`1.DocumentIdentification.#ctor(System.String,System.Object)"]

See Also