Secure Exchanges SDK Documentation
Search Results for

    Show / Hide Table of Contents

    Class SDKConfirmMessengingArgs

    Inheritance
    object
    SDKConfirmMessengingArgs
    Implements
    IEndPointConfiguration
    IEndPointName
    IUriBindingConfiguration
    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 SDKConfirmMessengingArgs : IEndPointConfiguration, IEndPointName, IUriBindingConfiguration

    Properties

    Base64XmlPublicMessengingComKey

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

    EndPointConfigurationName

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

    EndPointUri

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

    Files

    Declaration
    public List<UploadFiles> Files { get; set; }
    Property Value
    Type Description
    List<UploadFiles>

    HashKey

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

    MessengingID

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

    Password

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

    Recipients

    Declaration
    public List<RecipientManifest> Recipients { get; set; }
    Property Value
    Type Description
    List<RecipientManifest>

    URL

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

    Implements

    IEndPointConfiguration
    IEndPointName
    IUriBindingConfiguration

    Extension Methods

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