Click or drag to resize

CreateSessionRequest Constructor

Note: This API is now obsolete.

Obsolete public constructor - Use static methods CreateForValue(String, String) and CreateForJsExpression(String, String) instead constructor.

Namespace:  ASDSoft.WebSigner.Server.Browser
Assembly:  ASDSoft.WebSigner.Server (in ASDSoft.WebSigner.Server.dll) Version: 2.5.0
Syntax
C#
[ObsoleteAttribute("Use static methods CreateForValue and CreateForJsExpression instead constructor.")]
public CreateSessionRequest(
	string category = "",
	string identification = ""
)

Parameters

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