Class ApplyPKISDKArgs
Inheritance
System.Object
ApplyPKISDKArgs
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: SecureExchangesSDK.Models.Args
Assembly: SecureExchangesSDK.dll
Syntax
public class ApplyPKISDKArgs : IEndPointConfiguration, IEndPointName, IUriBindingConfiguration
Properties
EndPointConfigurationName
Declaration
public string EndPointConfigurationName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
EndPointUri
Declaration
public Uri EndPointUri { get; set; }
Property Value
Type | Description |
---|---|
System.Uri |
FileMetaDataID
The file meta data ID associated with the file
Declaration
public Guid FileMetaDataID { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
ManifestID
The manifest ID
Declaration
public Guid ManifestID { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
ManifestRecipientID
The manifest recipient id
Declaration
public Guid ManifestRecipientID { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
Declaration
public byte[] PDF { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] |
PDFExistingFieldsInfos
Get the liste of PDF existings field info
Declaration
public IEnumerable<IExistingFieldsInfos> PDFExistingFieldsInfos { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<IExistingFieldsInfos> |
XmlFilePUblicKey
The public key associated to the file
Declaration
public string XmlFilePUblicKey { get; set; }
Property Value
Type | Description |
---|---|
System.String |