Class DecryptStoredTextArgs
Inheritance
DecryptStoredTextArgs
Assembly: SecureExchangesSDK.dll
Syntax
public class DecryptStoredTextArgs : IEndPointConfiguration, IEndPointName, IUriBindingConfiguration, IAuthenticationNeeded
Constructors
DecryptStoredTextArgs(string, Guid, Guid, Guid, StoreItem)
Declaration
public DecryptStoredTextArgs(string endPointConfigurationName, Guid serial, Guid apiUser, Guid apiPassword, StoreItem storedItem)
Parameters
DecryptStoredTextArgs(Uri, Guid, Guid, Guid, StoreItem)
Declaration
public DecryptStoredTextArgs(Uri endPoint, Guid serial, Guid apiUser, Guid apiPassword, StoreItem storedItem)
Parameters
Properties
ApiPassword
Declaration
public Guid ApiPassword { get; set; }
Property Value
ApiUser
Declaration
public Guid ApiUser { get; set; }
Property Value
EndPointConfigurationName
Declaration
public string EndPointConfigurationName { get; set; }
Property Value
EndPointUri
Declaration
public Uri EndPointUri { get; set; }
Property Value
FilesPath
Declaration
public List<string> FilesPath { get; set; }
Property Value
SaltPassword
Declaration
public string SaltPassword { get; set; }
Property Value
Serial
Declaration
public Guid Serial { get; set; }
Property Value
StoredItem
Declaration
public StoreItem StoredItem { get; set; }
Property Value
Implements
Extension Methods