Class ApplyPKISDKArgs
Inheritance
ApplyPKISDKArgs
Assembly: SecureExchangesSDK.dll
Syntax
public class ApplyPKISDKArgs : IEndPointConfiguration, IEndPointName, IUriBindingConfiguration
Properties
EndPointConfigurationName
Declaration
public string EndPointConfigurationName { get; set; }
Property Value
EndPointUri
Declaration
public Uri EndPointUri { get; set; }
Property Value
The file meta data ID associated with the file
Declaration
public Guid FileMetaDataID { get; set; }
Property Value
ManifestID
Declaration
public Guid ManifestID { get; set; }
Property Value
ManifestRecipientID
The manifest recipient id
Declaration
public Guid ManifestRecipientID { get; set; }
Property Value
PDF
Declaration
public byte[] PDF { get; set; }
Property Value
PDFExistingFieldsInfos
Get the liste of PDF existings field info
Declaration
public IEnumerable<IExistingFieldsInfos> PDFExistingFieldsInfos { get; set; }
Property Value
XmlFilePUblicKey
The public key associated to the file
Declaration
public string XmlFilePUblicKey { get; set; }
Property Value
Implements
Extension Methods