Secure Exchanges SDK Documentation
Search Results for

    Show / Hide Table of Contents

    Class CleanupStoreItemArgs

    This args is use to made the call to cleanup Storage Key in the Secure exhanges Storage

    Inheritance
    object
    CleanupStoreItemArgs
    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 CleanupStoreItemArgs : IEndPointConfiguration, IEndPointName, IUriBindingConfiguration, IAuthenticationNeeded

    Constructors

    CleanupStoreItemArgs(string, Guid, Guid, Guid, StoreItem)

    The constructor with the parameters

    Declaration
    public CleanupStoreItemArgs(string endPointConfigurationName, Guid serial, Guid apiUser, Guid apiPassword, StoreItem storedItem)
    Parameters
    Type Name Description
    string endPointConfigurationName

    The endpoint configuration name

    Guid serial

    The serial

    Guid apiUser

    The api user

    Guid apiPassword

    The api password

    StoreItem storedItem

    The storage item to cleanup

    CleanupStoreItemArgs(Uri, Guid, Guid, Guid, StoreItem)

    The constructor with the parameter

    Declaration
    public CleanupStoreItemArgs(Uri endPoint, Guid serial, Guid apiUser, Guid apiPassword, StoreItem storedItem)
    Parameters
    Type Name Description
    Uri endPoint

    The endpoint uri

    Guid serial

    The Serial

    Guid apiUser

    The api user

    Guid apiPassword

    The api password

    StoreItem storedItem

    The stored Item to cleanup

    Properties

    ApiPassword

    The API password

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

    ApiUser

    The API User

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

    EndPointConfigurationName

    The Endpoint configuration name, if the EnpointURI is fill do not use this

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

    EndPointUri

    The Endpoint URI. If the EnpointConfigurationName is fill do not use this

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

    SaltPassword

    The password salt

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

    Serial

    The Serial

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

    StoredItem

    The Stored item to cleanup

    Declaration
    public StoreItem StoredItem { get; set; }
    Property Value
    Type Description
    StoreItem

    Implements

    IEndPointConfiguration
    IEndPointName
    IUriBindingConfiguration
    IAuthenticationNeeded

    Extension Methods

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