 | BinaryContent Constructor (Byte[], SignatureType, Object) |
Base constructor for inherited classes 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
Syntaxprotected BinaryContent(
byte[] content,
SignatureType signatureType,
Object applicationContentId = null
)
Parameters
- content
- Type:System.Byte[]
Binary data or hash for signing. - signatureType
- Type: ASDSoft.WebSigner.SignatureType
Signature type (Data or Hash). - applicationContentId (Optional)
- Type: System.Object
Optional unique ID generated by hosting application identified content in hosting application (for example ID of document)
See Also