Class ApplyPKIArgs
Assembly: SecureExchangesSDK.dll
Syntax
[Serializable]
public class ApplyPKIArgs : INotifyPropertyChanged
Properties
CryptedHandShakeID
Declaration
public string CryptedHandShakeID { get; set; }
Property Value
CryptedPDF
Declaration
public string CryptedPDF { get; set; }
Property Value
CryptedPKI
Declaration
public string CryptedPKI { get; set; }
Property Value
CryptedPKIPsw
Declaration
public string CryptedPKIPsw { get; set; }
Property Value
CryptedSHA512Origin
Declaration
public string CryptedSHA512Origin { get; set; }
Property Value
Declaration
public Guid FileMetaDataID { get; set; }
Property Value
ManifestID
Declaration
public Guid ManifestID { get; set; }
Property Value
ManifestPKIKey
Declaration
public string ManifestPKIKey { get; set; }
Property Value
ManifestRecipientID
Declaration
public Guid ManifestRecipientID { get; set; }
Property Value
PdfExistingFieldsInfosCrypted
Declaration
public string PdfExistingFieldsInfosCrypted { get; set; }
Property Value
Serial
Declaration
public Guid Serial { get; set; }
Property Value
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
Implements
Extension Methods