Show / Hide Table of Contents

Class StoreTextArgs

Inheritance
System.Object
StoreTextArgs
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 StoreTextArgs : IEndPointConfiguration, IEndPointName, IUriBindingConfiguration, IAuthenticationNeeded

Constructors

StoreTextArgs(String, Guid, Guid, Guid, String, StoreItem)

Declaration
public StoreTextArgs(string endPointConfigurationName, Guid serial, Guid apiUser, Guid apiPassword, string plainText, StoreItem existingStoreItem)
Parameters
Type Name Description
System.String endPointConfigurationName
System.Guid serial
System.Guid apiUser
System.Guid apiPassword
System.String plainText
StoreItem existingStoreItem

StoreTextArgs(Uri, Guid, Guid, Guid, String, StoreItem)

Declaration
public StoreTextArgs(Uri endPoint, Guid serial, Guid apiUser, Guid apiPassword, string plainText, StoreItem existingStoreItem)
Parameters
Type Name Description
System.Uri endPoint
System.Guid serial
System.Guid apiUser
System.Guid apiPassword
System.String plainText
StoreItem existingStoreItem

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

ExistingStoreItem

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

FilesPath

Declaration
public List<string> FilesPath { get; set; }
Property Value
Type Description
System.Collections.Generic.List<System.String>

PlainText

Declaration
public string PlainText { get; set; }
Property Value
Type Description
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

Implements

IEndPointConfiguration
IEndPointName
IUriBindingConfiguration
IAuthenticationNeeded

Extension Methods

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