Click or drag to resize

CreateSessionRequestCreateForValue Method

Create content identification by value for use in new created signature session.

Namespace:  ASDSoft.WebSigner.Server.Browser
Assembly:  ASDSoft.WebSigner.Server (in ASDSoft.WebSigner.Server.dll) Version: 2.5.0
Syntax
C#
public static CreateSessionRequest CreateForValue(
	string categoryValue = "",
	string identificationValue = ""
)

Parameters

categoryValue (Optional)
Type: SystemString
Custom category name. For example Login, Document, ....
identificationValue (Optional)
Type: SystemString
Custom description, for example ID of an object.

Return Value

Type: CreateSessionRequest
New instance.
See Also