Show / Hide Table of Contents

Class GetItemsFromSecureArgs

Inheritance
System.Object
GetItemsFromSecureArgs
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 GetItemsFromSecureArgs : IEndPointConfiguration, IEndPointName, IUriBindingConfiguration, IAuthenticationNeeded

Constructors

GetItemsFromSecureArgs(String, Guid, Guid, Guid, String, List<BusinessCryptedData>)

Declaration
public GetItemsFromSecureArgs(string endPointConfigurationName, Guid serial, Guid apiUser, Guid apiPassword, string subject, List<BusinessCryptedData> businessData)
Parameters
Type Name Description
System.String endPointConfigurationName
System.Guid serial
System.Guid apiUser
System.Guid apiPassword
System.String subject
System.Collections.Generic.List<BusinessCryptedData> businessData

GetItemsFromSecureArgs(Uri, Guid, Guid, Guid, String, List<BusinessCryptedData>)

Declaration
public GetItemsFromSecureArgs(Uri endPoint, Guid serial, Guid apiUser, Guid apiPassword, string subject, List<BusinessCryptedData> businessData)
Parameters
Type Name Description
System.Uri endPoint
System.Guid serial
System.Guid apiUser
System.Guid apiPassword
System.String subject
System.Collections.Generic.List<BusinessCryptedData> businessData

Properties

ApiPassword

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

ApiUser

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

BusinessData

Declaration
public List<BusinessCryptedData> BusinessData { get; set; }
Property Value
Type Description
System.Collections.Generic.List<BusinessCryptedData>

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

Serial

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

Subject

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

Implements

IEndPointConfiguration
IEndPointName
IUriBindingConfiguration
IAuthenticationNeeded

Extension Methods

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