Show / Hide Table of Contents

Class IsLicenceIsValidArgs

Inheritance
System.Object
BaseEndPointConfiguration
BaseAuthenticateArgs
IsLicenceIsValidArgs
Implements
IAuthenticationNeeded
IEndPointConfiguration
IEndPointName
IUriBindingConfiguration
Inherited Members
BaseAuthenticateArgs.ApiPassword
BaseAuthenticateArgs.ApiUser
BaseAuthenticateArgs.Serial
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 IsLicenceIsValidArgs : BaseAuthenticateArgs, IAuthenticationNeeded, IEndPointConfiguration, IEndPointName, IUriBindingConfiguration

Constructors

IsLicenceIsValidArgs()

Declaration
public IsLicenceIsValidArgs()

IsLicenceIsValidArgs(String, Guid, Guid, Guid, String)

Declaration
public IsLicenceIsValidArgs(string endPointConfigName, Guid serial, Guid apiUser, Guid apiPassword, string email)
Parameters
Type Name Description
System.String endPointConfigName
System.Guid serial
System.Guid apiUser
System.Guid apiPassword
System.String email

IsLicenceIsValidArgs(Uri, Guid, Guid, Guid, String)

Declaration
public IsLicenceIsValidArgs(Uri endPoint, Guid serial, Guid apiUser, Guid apiPassword, string email)
Parameters
Type Name Description
System.Uri endPoint
System.Guid serial
System.Guid apiUser
System.Guid apiPassword
System.String email

Properties

Email

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

EndPointConfigurationName

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

EndPointUri

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

Implements

IAuthenticationNeeded
IEndPointConfiguration
IEndPointName
IUriBindingConfiguration

Extension Methods

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