Secure Exchanges SDK Documentation
Search Results for

    Show / Hide Table of Contents

    Class SecureMessageTransport

    This class is there to transport a message crypted with a public key

    Inheritance
    object
    SecureMessageTransport
    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 SecureMessageTransport

    Properties

    Cipher

    The encrypted data

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

    CipherDataType

    That is the type encrypted with the AES Key

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

    CryptedAESKey

    The key used to encrypt the data

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

    HASH_PCKS

    The hash of the public key used to encrypt the CryptedAESKey

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

    Extension Methods

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