Show / Hide Table of Contents

Interface IAuthenticationNeeded

Namespace: SecureExchangesSDK.Models.Contract
Assembly: SecureExchangesSDK.dll
Syntax
public interface IAuthenticationNeeded

Properties

ApiPassword

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

ApiUser

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

Serial

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

Extension Methods

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