Secure Exchanges SDK Documentation
Search Results for

    Show / Hide Table of Contents

    Class SEMessenging

    Inheritance
    object
    SEMessenging
    Implements
    INotifyPropertyChanged
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: SecureExchangesSDK.SecureExchanges
    Assembly: SecureExchangesSDK.dll
    Syntax
    [Serializable]
    public class SEMessenging : INotifyPropertyChanged

    Properties

    CreateDate

    Declaration
    public DateTime CreateDate { get; set; }
    Property Value
    Type Description
    DateTime

    CryptedAESKeyWithPublicKeyComMessenging

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

    CryptedAESKeyWithPublicKeyFileMessenging

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

    CryptedFromEmailAddress

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

    CryptedRootDirectory

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

    CryptedToEmailAddress

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

    From

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

    HashKey

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

    IsReply

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

    Message

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

    Mode

    Declaration
    public MessengingMode Mode { get; set; }
    Property Value
    Type Description
    MessengingMode

    SecureTransportTrackingRecipientList

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

    To

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

    Methods

    RaisePropertyChanged(string)

    Declaration
    protected void RaisePropertyChanged(string propertyName)
    Parameters
    Type Name Description
    string propertyName

    Events

    PropertyChanged

    Occurs when a property value changes.

    Declaration
    public event PropertyChangedEventHandler PropertyChanged
    Event Type
    Type Description
    PropertyChangedEventHandler

    Implements

    INotifyPropertyChanged

    Extension Methods

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