Secure Exchanges SDK Documentation
Search Results for

    Show / Hide Table of Contents

    Class GetBusinessMessenginKeysAnswer

    Get the business keys that are configured in the business to use messenging

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

    Properties

    XmlPublicMessengingComKey

    The xml public key to encrypt then key AES keys that are used to encrypt the messenging

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

    XmlPublicMessengingFileKey

    The xml public key to encrypt the key AES that will be use to encrypt file

    Declaration
    public string XmlPublicMessengingFileKey { 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