Show / Hide Table of Contents

Class GetLicenceAutorisationArgs

Args must use to retreived the licence permisssion for a serial number

Inheritance
System.Object
GetLicenceAutorisationArgs
Implements
IEndPointConfiguration
IEndPointName
IUriBindingConfiguration
IAuthenticationNeeded
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.Args
Assembly: SecureExchangesSDK.dll
Syntax
public class GetLicenceAutorisationArgs : IEndPointConfiguration, IEndPointName, IUriBindingConfiguration, IAuthenticationNeeded

Properties

ApiPassword

APi password

Declaration
public Guid ApiPassword { get; set; }
Property Value
Type Description
System.Guid

ApiUser

api user

Declaration
public Guid ApiUser { get; set; }
Property Value
Type Description
System.Guid

EndPointConfigurationName

endpoint configuration name

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

EndPointUri

end point uri

Declaration
public Uri EndPointUri { get; set; }
Property Value
Type Description
System.Uri

Serial

Serial number

Declaration
public Guid Serial { get; set; }
Property Value
Type Description
System.Guid

Implements

IEndPointConfiguration
IEndPointName
IUriBindingConfiguration
IAuthenticationNeeded

Extension Methods

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