Click or drag to resize

ContentBase.GetContentData Method

Return binary data or hash of content for signing.

Namespace:  ASDSoft.WebSigner.Content
Assembly:  ASDSoft.WebSigner (in ASDSoft.WebSigner.dll) Version: 2.5.0
Syntax
C#
public abstract byte[] GetContentData()

Return Value

Type:Byte[]
Binary data or hash for signing.
See Also