Secure Exchanges SDK Documentation
Search Results for

    Show / Hide Table of Contents

    Class ReSendMessageArgs

    Inheritance
    object
    ReSendMessageArgs
    Implements
    IEndPointConfiguration
    IEndPointName
    IUriBindingConfiguration
    IAuthenticationNeeded
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: SecureExchangesSDK.Models.Args
    Assembly: SecureExchangesSDK.dll
    Syntax
    public class ReSendMessageArgs : IEndPointConfiguration, IEndPointName, IUriBindingConfiguration, IAuthenticationNeeded

    Constructors

    ReSendMessageArgs(string, Guid, Guid, Guid, string, string, Guid, bool)

    Declaration
    public ReSendMessageArgs(string endPointConfigurationName, Guid serial, Guid user, Guid psw, string base64Part1, string base64IV, Guid msgID, bool createCopy)
    Parameters
    Type Name Description
    string endPointConfigurationName
    Guid serial
    Guid user
    Guid psw
    string base64Part1
    string base64IV
    Guid msgID
    bool createCopy

    ReSendMessageArgs(Uri, Guid, Guid, Guid, string, string, Guid, bool)

    Declaration
    public ReSendMessageArgs(Uri endPointUri, Guid serial, Guid user, Guid psw, string base64Part1, string base64IV, Guid msgID, bool createCopy)
    Parameters
    Type Name Description
    Uri endPointUri
    Guid serial
    Guid user
    Guid psw
    string base64Part1
    string base64IV
    Guid msgID
    bool createCopy

    Properties

    ApiPassword

    Declaration
    public Guid ApiPassword { get; set; }
    Property Value
    Type Description
    Guid

    ApiUser

    Declaration
    public Guid ApiUser { get; set; }
    Property Value
    Type Description
    Guid

    Base64IV

    Declaration
    public string Base64IV { get; set; }
    Property Value
    Type Description
    string

    Base64Part1

    Declaration
    public string Base64Part1 { get; set; }
    Property Value
    Type Description
    string

    CreateCopy

    Declaration
    public bool CreateCopy { get; set; }
    Property Value
    Type Description
    bool

    EndPointConfigurationName

    Declaration
    public string EndPointConfigurationName { get; set; }
    Property Value
    Type Description
    string

    EndPointUri

    Declaration
    public Uri EndPointUri { get; set; }
    Property Value
    Type Description
    Uri

    MsgID

    Declaration
    public Guid MsgID { get; set; }
    Property Value
    Type Description
    Guid

    Serial

    Declaration
    public Guid Serial { get; set; }
    Property Value
    Type Description
    Guid

    Implements

    IEndPointConfiguration
    IEndPointName
    IUriBindingConfiguration
    IAuthenticationNeeded

    Extension Methods

    ExtensionHelper.CopySameNameAndTypeProperties<T, S>(T, S)
    In this article
    Back to top Secure Exchanges Inc. - Documentation