DashboardToken - класс

Represents a secure, serializable token used for widgets access control.

Definition

Пространство имён: Tessa.Dashboards.Tokens
Сборка: Tessa (в Tessa.dll) Версия: 4.1.3+7e2b1422f9b8c7c41fbbc4b151a843bed05319ab
C#
public sealed class DashboardToken : StorageSerializable, 
	ISealable
Inheritance
Object    StorageSerializable    DashboardToken
Implements
ISealable

Конструкторы

DashboardTokenИнициализирует новый экземпляр класса DashboardToken

Свойства

Access Access level associated with this token.
Expires Expiration date and time of the token (in UTC).
IsSealedПризнак того, что объект был защищён от изменений.
Issued Date and time when the token was issued (in UTC).
Signature Cryptographic signature of the token.
WidgetID Unique identifier of the widget associated with this token or if token used for global access.

Методы

Decode Decodes a base58 encoded string into a DashboardToken object.
DeserializeВыполняет десериализацию полей объекта из заданного хранилища.
(Унаследован от StorageSerializable)
DeserializeAndGetCoreВыполняет десериализацию полей объекта из заданного хранилища.
(Унаследован от StorageSerializable)
DeserializeCoreВыполняет десериализацию полей объекта из заданного хранилища.
(Переопределяет StorageSerializableDeserializeCore(DictionaryString, Object))
Encode Encodes the token into a base58 string representation.
Encode(DashboardToken) Encodes the token into a base58 string representation.
EqualsDetermines whether the specified object is equal to the current object.
(Унаследован от Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Унаследован от Object)
GetHashCodeServes as the default hash function.
(Унаследован от Object)
GetTypeGets the Type of the current instance.
(Унаследован от Object)
IsExpired Checks whether the token has expired based on the specified timestamp.
MemberwiseCloneCreates a shallow copy of the current Object.
(Унаследован от Object)
SealЗащищает объект от изменений.
SerializeВыполняет сериализацию полей объекта в заданное хранилище.
(Унаследован от StorageSerializable)
SerializeCoreВыполняет сериализацию полей объекта в заданное хранилище.
(Переопределяет StorageSerializableSerializeCore(DictionaryString, Object))
ToStringReturns a string that represents the current object.
(Унаследован от Object)

См. также