Show / Hide Table of Contents

Class DecryptStoredTextArgs

Inheritance
System.Object
DecryptStoredTextArgs
Implements
IEndPointConfiguration
IEndPointName
IUriBindingConfiguration
IAuthenticationNeeded
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 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
Type Description
StoreItem

Implements

IEndPointConfiguration
IEndPointName
IUriBindingConfiguration
IAuthenticationNeeded

Extension Methods

ExtensionHelper.CopySameNameAndTypeProperties<T, S>(T, S)
In This Article
Back to top Generated by DocFX