Click or drag to resize
TokenDescription Class
Define a purpose of the token. Can define some restrictions
Inheritance Hierarchy
SystemObject
  DocuWare.Platform.ServerClientTokenDescription

Namespace: DocuWare.Platform.ServerClient
Assembly: DocuWare.Platform.ServerClient (in DocuWare.Platform.ServerClient.dll) Version: Version 6.7 [UNOFFICIAL BUILD]
Syntax
C#
[SerializableAttribute]
[XmlRootAttribute(Namespace = "http://dev.docuware.com/schema/public/services/platform", 
	IsNullable = false)]
[XmlTypeAttribute(Namespace = "http://dev.docuware.com/schema/public/services/platform")]
public class TokenDescription

The TokenDescription type exposes the following members.

Constructors
  NameDescription
Public methodTokenDescription
Initializes a new instance of the TokenDescription class
Top
Properties
  NameDescription
Public propertyLifetime
Lifetime of the token. After lifetime expires token cannot be used anymore. This parameter contains a time interval specification in the form: [ws][-]{ d | [d.]hh:mm[:ss[.ff]] }[ws] Elements in square brackets ([ and ]) are optional. One selection from the list of alternatives enclosed in braces ({ and }) and separated by vertical bars (|) is required. For more details check http://msdn.microsoft.com/en-us/library/se73z7b9.aspx
Public propertyTargetProducts
The token can be used multiple times
Public propertyUsage
Define the usage of the token.
Top
Remarks