Click or drag to resize

CreateSessionRequest Class

Content identification for use in new created signature session.
Inheritance Hierarchy
SystemObject
  ASDSoft.WebSigner.Server.BrowserCreateSessionRequest

Namespace:  ASDSoft.WebSigner.Server.Browser
Assembly:  ASDSoft.WebSigner.Server (in ASDSoft.WebSigner.Server.dll) Version: 2.5.0
Syntax
C#
[DataContractAttribute]
public class CreateSessionRequest

The CreateSessionRequest type exposes the following members.

Constructors
  NameDescription
Public methodCreateSessionRequest Obsolete.
Obsolete public constructor - Use static methods CreateForValue(String, String) and CreateForJsExpression(String, String) instead constructor.
Top
Properties
  NameDescription
Public propertyCategory
Custom category name. For example Login, Document, ....
Public propertyIdentification
Custom description, for example ID of an object.
Top
Methods
  NameDescription
Public methodStatic memberCreateForJsExpression
Create content identification by JavaScript expression for use in new created signature session.
Public methodStatic memberCreateForValue
Create content identification by value for use in new created signature session.
Public methodEquals
Returns a value that indicates whether the current instance and a specified object are equal.
(Overrides ObjectEquals(Object).)
Public methodGetHashCode
Returns the hash code for the current instance.
(Overrides ObjectGetHashCode.)
Public methodToString
Return value text representation of instance.
(Overrides ObjectToString.)
Top
Operators
  NameDescription
Public operatorStatic memberEquality
Determines whether two specified CreateSessionRequest objects are equal.
Public operatorStatic memberInequality
Determines whether two specified CreateSessionRequest objects are not equal.
Top
Fields
  NameDescription
Public fieldStatic memberLogin
Singleton instance represented Login session request.
Top
See Also