Class CleanupStoreItemArgs
This args is use to made the call to cleanup Storage Key in the Secure exhanges Storage
Inheritance
System.Object
CleanupStoreItemArgs
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 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 |
---|---|---|
System.String | endPointConfigurationName | The endpoint configuration name |
System.Guid | serial | The serial |
System.Guid | apiUser | The api user |
System.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 |
---|---|---|
System.Uri | endPoint | The endpoint uri |
System.Guid | serial | The Serial |
System.Guid | apiUser | The api user |
System.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 |
---|---|
System.Guid |
ApiUser
The API User
Declaration
public Guid ApiUser { get; set; }
Property Value
Type | Description |
---|---|
System.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 |
---|---|
System.String |
EndPointUri
The Endpoint URI. If the EnpointConfigurationName is fill do not use this
Declaration
public Uri EndPointUri { get; set; }
Property Value
Type | Description |
---|---|
System.Uri |
SaltPassword
The password salt
Declaration
public string SaltPassword { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Serial
The Serial
Declaration
public Guid Serial { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
StoredItem
The Stored item to cleanup
Declaration
public StoreItem StoredItem { get; set; }
Property Value
Type | Description |
---|---|
StoreItem |