CreateSessionRequest Class |
Namespace: ASDSoft.WebSigner.Server.Browser
[DataContractAttribute] public class CreateSessionRequest
The CreateSessionRequest type exposes the following members.
| Name | Description | |
|---|---|---|
| CreateSessionRequest | Obsolete.
Obsolete public constructor - Use static methods CreateForValue(String, String) and CreateForJsExpression(String, String) instead constructor.
|
| Name | Description | |
|---|---|---|
| Category |
Custom category name. For example Login, Document, ....
| |
| Identification |
Custom description, for example ID of an object.
|
| Name | Description | |
|---|---|---|
| CreateForJsExpression |
Create content identification by JavaScript expression for use in new created signature session.
| |
| CreateForValue |
Create content identification by value for use in new created signature session.
| |
| Equals | Returns a value that indicates whether the current instance and a specified object are equal. (Overrides ObjectEquals(Object).) | |
| GetHashCode | Returns the hash code for the current instance. (Overrides ObjectGetHashCode.) | |
| ToString |
Return value text representation of instance.
(Overrides ObjectToString.) |
| Name | Description | |
|---|---|---|
| Equality | Determines whether two specified CreateSessionRequest objects are equal. | |
| Inequality | Determines whether two specified CreateSessionRequest objects are not equal. |