Show / Hide Table of Contents

Class GetSESARLatestVersionArgs

Inheritance
System.Object
BaseEndPointConfiguration
BaseAuthenticateArgs
GetSESARLatestVersionArgs
Implements
IAuthenticationNeeded
IEndPointConfiguration
IEndPointName
IUriBindingConfiguration
Inherited Members
BaseAuthenticateArgs.ApiPassword
BaseAuthenticateArgs.ApiUser
BaseAuthenticateArgs.Serial
BaseEndPointConfiguration.EndPointConfigurationName
BaseEndPointConfiguration.EndPointUri
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.Args
Assembly: SecureExchangesSDK.dll
Syntax
public class GetSESARLatestVersionArgs : BaseAuthenticateArgs, IAuthenticationNeeded, IEndPointConfiguration, IEndPointName, IUriBindingConfiguration

Properties

HashKey

HASH KEY must be the SHA512 of the xml public key

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

Monitoring

Monitoring of sesar

Declaration
public Dictionary<SESARProcessExecution, Stopwatch> Monitoring { get; set; }
Property Value
Type Description
System.Collections.Generic.Dictionary<SESARProcessExecution, System.Diagnostics.Stopwatch>

version

the actual version

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

Implements

IAuthenticationNeeded
IEndPointConfiguration
IEndPointName
IUriBindingConfiguration

Extension Methods

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