Class DecryptStoredTextArgs
Inheritance
System.Object
DecryptStoredTextArgs
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()
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
Type |
Name |
Description |
System.String |
endPointConfigurationName |
|
System.Guid |
serial |
|
System.Guid |
apiUser |
|
System.Guid |
apiPassword |
|
StoreItem |
storedItem |
|
DecryptStoredTextArgs(Uri, Guid, Guid, Guid, StoreItem)
Declaration
public DecryptStoredTextArgs(Uri endPoint, Guid serial, Guid apiUser, Guid apiPassword, StoreItem storedItem)
Parameters
Type |
Name |
Description |
System.Uri |
endPoint |
|
System.Guid |
serial |
|
System.Guid |
apiUser |
|
System.Guid |
apiPassword |
|
StoreItem |
storedItem |
|
Properties
ApiPassword
Declaration
public Guid ApiPassword { get; set; }
Property Value
Type |
Description |
System.Guid |
|
ApiUser
Declaration
public Guid ApiUser { get; set; }
Property Value
Type |
Description |
System.Guid |
|
EndPointConfigurationName
Declaration
public string EndPointConfigurationName { get; set; }
Property Value
Type |
Description |
System.String |
|
EndPointUri
Declaration
public Uri EndPointUri { get; set; }
Property Value
Type |
Description |
System.Uri |
|
FilesPath
Declaration
public List<string> FilesPath { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.List<System.String> |
|
SaltPassword
Declaration
public string SaltPassword { get; set; }
Property Value
Type |
Description |
System.String |
|
Serial
Declaration
public Guid Serial { get; set; }
Property Value
Type |
Description |
System.Guid |
|
StoredItem
Declaration
public StoreItem StoredItem { get; set; }
Property Value
Implements
Extension Methods