Class IsLicenceIsValidArgs
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 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 |
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 |
Properties
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 |