| 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 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:
CreateSessionRequestNew instance.
See Also