Secure Exchanges SDK Documentation
Search Results for

    Show / Hide Table of Contents

    Class MessengingRestore

    The crypted reference for a restore request

    Inheritance
    object
    MessengingRestore
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: SecureExchangesSDK.Models.Entity
    Assembly: SecureExchangesSDK.dll
    Syntax
    public class MessengingRestore

    Properties

    CreatedDate

    Declaration
    public DateTime CreatedDate { get; set; }
    Property Value
    Type Description
    DateTime

    CryptedAESKey

    The key crypted with the Public key

    Declaration
    public string CryptedAESKey { get; set; }
    Property Value
    Type Description
    string

    CryptedJSONSerializedMessengingRequestList

    The serialized object of the MessengingRequest crypted with the AES object

    Declaration
    public string CryptedJSONSerializedMessengingRequestList { get; set; }
    Property Value
    Type Description
    string

    RestoreRequestID

    Thre request restore request ID

    Declaration
    public Guid RestoreRequestID { get; set; }
    Property Value
    Type Description
    Guid

    Extension Methods

    ExtensionHelper.CopySameNameAndTypeProperties<T, S>(T, S)
    In this article
    Back to top Secure Exchanges Inc. - Documentation