AccessToken Class

CVB.Net Documentation
Parsed (partial) access token.
Inheritance Hierarchy

SystemObject
  Stemmer.Cvb.DriverAccessToken

Namespace:  Stemmer.Cvb.Driver
Assembly:  Stemmer.Cvb (in Stemmer.Cvb.dll) Version: 14.0.0.0
Syntax

[DataContractAttribute]
public class AccessToken

The AccessToken type exposes the following members.

Properties

  NameDescription
Public propertyDiscoveryLayer
Gets the discovery layer (the highest module layer) of this token.
Top
Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodStatic memberParse
Parses the given json access token.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodToStrippedJson
Gets the json string that contains only the necessary data to open a device/node.
Top
Fields

  NameDescription
Public fieldTransportLayers
Lists all available transport layers.
Public fieldVins
Lists all available vin-drivers.
Top
Remarks

This is a helper data class for interpreting an access token e.g. for a device chooser dialog.
See Also

Reference