Secure Exchanges SDK Documentation
Search Results for

    Show / Hide Table of Contents

    Class GetItemsFromSecureArgs

    Inheritance
    object
    GetItemsFromSecureArgs
    Implements
    IEndPointConfiguration
    IEndPointName
    IUriBindingConfiguration
    IAuthenticationNeeded
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    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
    string endPointConfigurationName
    Guid serial
    Guid apiUser
    Guid apiPassword
    string subject
    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
    Uri endPoint
    Guid serial
    Guid apiUser
    Guid apiPassword
    string subject
    List<BusinessCryptedData> businessData

    Properties

    ApiPassword

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

    ApiUser

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

    BusinessData

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

    EndPointConfigurationName

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

    EndPointUri

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

    Serial

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

    Subject

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

    Implements

    IEndPointConfiguration
    IEndPointName
    IUriBindingConfiguration
    IAuthenticationNeeded

    Extension Methods

    ExtensionHelper.CopySameNameAndTypeProperties<T, S>(T, S)
    In this article
    Back to top Secure Exchanges Inc. - Documentation