Class GetBusinessMessenginKeysAnswer
Get the business keys that are configured in the business to use messenging
Inheritance
System.Object
GetBusinessMessenginKeysAnswer
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.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 |
---|---|
System.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 |
---|---|
System.String |