Search Results for

    Show / Hide Table of Contents

    Class SecureToken

    Inheritance
    object
    SecureToken
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Glitch9.IO.Networking.Environment
    Assembly: Glitch9.IO.dll
    Syntax
    [Serializable]
    public sealed class SecureToken

    Properties

    | Edit this page View Source

    HasValue

    Declaration
    public bool HasValue { get; }
    Property Value
    Type Description
    bool

    Methods

    | Edit this page View Source

    GetValue()

    Returns the plain value when present, otherwise decrypts the split encrypted value. If both values are empty, returns null.

    Declaration
    public string GetValue()
    Returns
    Type Description
    string

    Operators

    | Edit this page View Source

    implicit operator string(SecureToken)

    Declaration
    public static implicit operator string(SecureToken key)
    Parameters
    Type Name Description
    SecureToken key
    Returns
    Type Description
    string

    Extension Methods

    ArrayExtensions.ToArrayOrEmpty<T>(T)
    ArrayExtensions.ToArrayOrNull<T>(T)
    EventExtensions.ToDelta<T>(T, string, int, string, bool)
    EventExtensions.ToDone<T>(T, string, int, string)
    EventExtensions.ToEvent<T>(T)
    EventExtensions.UpcastDelta<T1, T2>(T1, string, int, string, bool)
    FallbackExtensions.IsOr<TParent, TChild>(TParent, TChild)
    ResponseCastingExtensions.GetResult<T>(T)
    SystemExtensions.GetName(object)
    • Edit this page
    • View Source
    In this article
    Back to top AI DevKit Documentation