Show / Hide Table of Contents

Class SDKConfirmMessengingArgs

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

Properties

Base64XmlPublicMessengingComKey

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

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

Files

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

HashKey

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

MessengingID

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

Password

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

Recipients

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

URL

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

Implements

IEndPointConfiguration
IEndPointName
IUriBindingConfiguration

Extension Methods

ExtensionHelper.CopySameNameAndTypeProperties<T, S>(T, S)
In This Article
Back to top Generated by DocFX