public sealed class DashboardToken : StorageSerializable,
ISealablePublic NotInheritable Class DashboardToken
Inherits StorageSerializable
Implements ISealablepublic ref class DashboardToken sealed : public StorageSerializable,
ISealable[<SealedAttribute>]
type DashboardToken =
class
inherit StorageSerializable
interface ISealable
end| 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. |
| Equals | Determines whether the specified object is equal to the current object. (Унаследован от Object) |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Унаследован от Object) |
| GetHashCode | Serves as the default hash function. (Унаследован от Object) |
| GetType | Gets the Type of the current instance. (Унаследован от Object) |
| IsExpired | Checks whether the token has expired based on the specified timestamp. |
| MemberwiseClone | Creates a shallow copy of the current Object. (Унаследован от Object) |
| Seal | Защищает объект от изменений. |
| Serialize | Выполняет сериализацию полей объекта в заданное хранилище. (Унаследован от StorageSerializable) |
| SerializeCore | Выполняет сериализацию полей объекта в заданное хранилище. (Переопределяет StorageSerializableSerializeCore(DictionaryString, Object)) |
| ToString | Returns a string that represents the current object. (Унаследован от Object) |