Class CompleteNewSESARConfigRequestConfirmedAnswer
Answer of the method CompleteNewSESARConfigRequestConfirmed
Inherited Members
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[] |