Class StoreTextArgs
Inheritance
System.Object
StoreTextArgs
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 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
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
Extension Methods