Class AplyPKISDKAnswer
Inherited Members
Namespace: SecureExchangesSDK.Models.Answer
Assembly: SecureExchangesSDK.dll
Syntax
public class AplyPKISDKAnswer : BaseAnswer
Properties
SHA512
The SHA512 of the PKI file
Declaration
public string SHA512 { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
SignedPDF
The signed PDF
Declaration
public byte[] SignedPDF { get; set; }
Property Value
| Type | Description |
|---|---|
| byte[] |