Secure Exchanges SDK Documentation
Search Results for

    Show / Hide Table of Contents

    Class ApplyPKIArgs

    Inheritance
    object
    ApplyPKIArgs
    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 ApplyPKIArgs : INotifyPropertyChanged

    Properties

    CryptedHandShakeID

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

    CryptedPDF

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

    CryptedPKI

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

    CryptedPKIPsw

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

    CryptedSHA512Origin

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

    FileMetaDataID

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

    ManifestID

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

    ManifestPKIKey

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

    ManifestRecipientID

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

    PdfExistingFieldsInfosCrypted

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

    Serial

    Declaration
    public Guid Serial { 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