Secure Exchanges SDK Documentation
Search Results for

    Show / Hide Table of Contents

    Class CompleteNewSESARConfigRequestConfirmedAnswer

    Answer of the method CompleteNewSESARConfigRequestConfirmed

    Inheritance
    object
    BaseAnswer
    CompleteNewSESARConfigRequestConfirmedAnswer
    Inherited Members
    BaseAnswer.Data
    BaseAnswer.Status
    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 CompleteNewSESARConfigRequestConfirmedAnswer : BaseAnswer

    Properties

    IsAESEncryptionEnable

    Did the file must be encrypted at REST AES 256

    Declaration
    public bool IsAESEncryptionEnable { get; set; }
    Property Value
    Type Description
    bool

    SESARData

    Encrypted data necessary to complete SESAR's configuration

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

    aesKeys

    Encrypted AES key used to encrypt the SESAR data

    Declaration
    public byte[] aesKeys { get; set; }
    Property Value
    Type Description
    byte[]

    Extension Methods

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