Show / Hide Table of Contents

Class SesarWebHook

The object used for SESAR webHook

Inheritance
System.Object
SesarWebHook
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.Transport
Assembly: SecureExchangesSDK.dll
Syntax
public class SesarWebHook

Properties

CryptedObject

The crypted manifest

Declaration
public string CryptedObject { get; set; }
Property Value
Type Description
System.String

HashKey

The hashkey of the crytped key used

Declaration
public string HashKey { get; set; }
Property Value
Type Description
System.String

Extension Methods

ExtensionHelper.CopySameNameAndTypeProperties<T, S>(T, S)
In This Article
Back to top Generated by DocFX