Class ReSendMessageArgs
Inheritance
System.Object
ReSendMessageArgs
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 ReSendMessageArgs : IEndPointConfiguration, IEndPointName, IUriBindingConfiguration, IAuthenticationNeeded
Constructors
ReSendMessageArgs(String, Guid, Guid, Guid, String, String, Guid, Boolean)
Declaration
public ReSendMessageArgs(string endPointConfigurationName, Guid serial, Guid user, Guid psw, string base64Part1, string base64IV, Guid msgID, bool createCopy)
Parameters
Type |
Name |
Description |
System.String |
endPointConfigurationName |
|
System.Guid |
serial |
|
System.Guid |
user |
|
System.Guid |
psw |
|
System.String |
base64Part1 |
|
System.String |
base64IV |
|
System.Guid |
msgID |
|
System.Boolean |
createCopy |
|
ReSendMessageArgs(Uri, Guid, Guid, Guid, String, String, Guid, Boolean)
Declaration
public ReSendMessageArgs(Uri endPointUri, Guid serial, Guid user, Guid psw, string base64Part1, string base64IV, Guid msgID, bool createCopy)
Parameters
Type |
Name |
Description |
System.Uri |
endPointUri |
|
System.Guid |
serial |
|
System.Guid |
user |
|
System.Guid |
psw |
|
System.String |
base64Part1 |
|
System.String |
base64IV |
|
System.Guid |
msgID |
|
System.Boolean |
createCopy |
|
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 |
|
Base64IV
Declaration
public string Base64IV { get; set; }
Property Value
Type |
Description |
System.String |
|
Base64Part1
Declaration
public string Base64Part1 { get; set; }
Property Value
Type |
Description |
System.String |
|
CreateCopy
Declaration
public bool CreateCopy { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
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 |
|
MsgID
Declaration
public Guid MsgID { get; set; }
Property Value
Type |
Description |
System.Guid |
|
Serial
Declaration
public Guid Serial { get; set; }
Property Value
Type |
Description |
System.Guid |
|
Implements
Extension Methods