Class GetRestoreRequestArgs
To get the message to restore
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 GetRestoreRequestArgs : BaseAuthenticateArgs, IAuthenticationNeeded, IEndPointConfiguration, IEndPointName, IUriBindingConfigurationConstructors
GetRestoreRequestArgs()
Declaration
public GetRestoreRequestArgs()GetRestoreRequestArgs(String, Guid, Guid, Guid)
Create a endpoint with config
Declaration
public GetRestoreRequestArgs(string endPointConfig, Guid serial, Guid apiUser, Guid apiPassword)Parameters
| Type | Name | Description | 
|---|---|---|
| System.String | endPointConfig | |
| System.Guid | serial | |
| System.Guid | apiUser | |
| System.Guid | apiPassword | 
GetRestoreRequestArgs(Uri, Guid, Guid, Guid)
Constructor with endpoint uri
Declaration
public GetRestoreRequestArgs(Uri endPoint, Guid serial, Guid apiUser, Guid apiPassword)Parameters
| Type | Name | Description | 
|---|---|---|
| System.Uri | endPoint | |
| System.Guid | serial | |
| System.Guid | apiUser | |
| System.Guid | apiPassword | 
Properties
XmlPrivateCOMKey
The xml hash key
Declaration
public string XmlPrivateCOMKey { get; set; }Property Value
| Type | Description | 
|---|---|
| System.String |