Show / Hide Table of Contents

    Class TokenDescription

    Define a purpose of the token. Can define some restrictions

    Inheritance
    System.Object
    TokenDescription
    Namespace: DocuWare.Platform.ServerClient
    Assembly: DocuWare.Platform.ServerClient.dll
    Syntax
    public class TokenDescription : object

    Properties

    Lifetime

    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

    Declaration
    public string Lifetime { get; set; }
    Property Value
    Type Description
    System.String

    TargetProducts

    The token can be used multiple times

    Declaration
    public List<DWProductTypes> TargetProducts { get; set; }
    Property Value
    Type Description
    List<DWProductTypes>

    Usage

    Define the usage of the token.

    Declaration
    public TokenUsage Usage { get; set; }
    Property Value
    Type Description
    TokenUsage
    About Us Contact Imprint Terms Data privacy
    © 2024 DocuWare Corporation powered by DocFX Back to top