Secure Exchanges SDK Documentation
Search Results for

    Show / Hide Table of Contents

    Class InitializeHandShakeAnswer

    Inheritance
    object
    Answer
    InitializeHandShakeAnswer
    Implements
    INotifyPropertyChanged
    Inherited Members
    Answer.Data
    Answer.Status
    Answer.PropertyChanged
    Answer.RaisePropertyChanged(string)
    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 InitializeHandShakeAnswer : Answer, INotifyPropertyChanged

    Properties

    CryptedHandShakeID

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

    Key

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

    PEMPublicKey

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

    PublicKey

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

    Implements

    INotifyPropertyChanged

    Extension Methods

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