Class GetItemsFromSecureArgs
Inheritance
GetItemsFromSecureArgs
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
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
Properties
ApiPassword
Declaration
public Guid ApiPassword { get; set; }
Property Value
ApiUser
Declaration
public Guid ApiUser { get; set; }
Property Value
BusinessData
Declaration
public List<BusinessCryptedData> BusinessData { get; set; }
Property Value
EndPointConfigurationName
Declaration
public string EndPointConfigurationName { get; set; }
Property Value
EndPointUri
Declaration
public Uri EndPointUri { get; set; }
Property Value
Serial
Declaration
public Guid Serial { get; set; }
Property Value
Subject
Declaration
public string Subject { get; set; }
Property Value
Implements
Extension Methods