Class SignatureExplorer2
Inheritance
SignatureExplorer2
Assembly: Lacuna.RestPki.Client.dll
Syntax
public abstract class SignatureExplorer2 : SignatureExplorer
Constructors
|
Improve this Doc
View Source
SignatureExplorer2(RestPkiClient)
Declaration
public SignatureExplorer2(RestPkiClient client)
Parameters
Properties
|
Improve this Doc
View Source
GenerateAuditPackage
Declaration
public bool GenerateAuditPackage { get; set; }
Property Value
|
Improve this Doc
View Source
IncludeSignedFileInAuditPackage
Declaration
public bool IncludeSignedFileInAuditPackage { get; set; }
Property Value
Methods
|
Improve this Doc
View Source
CheckCompatibility()
Declaration
protected void CheckCompatibility()
|
Improve this Doc
View Source
CheckCompatibilityAsync()
Declaration
protected Task CheckCompatibilityAsync()
Returns
|
Improve this Doc
View Source
FillRequest(OpenSignatureRequestModel)
Declaration
protected override OpenSignatureRequestModel FillRequest(OpenSignatureRequestModel request)
Parameters
| Type |
Name |
Description |
| Lacuna.RestPki.Api.Signature.OpenSignatureRequestModel |
request |
|
Returns
| Type |
Description |
| Lacuna.RestPki.Api.Signature.OpenSignatureRequestModel |
|
Overrides
|
Improve this Doc
View Source
FillRequestAsync(OpenSignatureRequestModel)
Declaration
protected override Task<OpenSignatureRequestModel> FillRequestAsync(OpenSignatureRequestModel request)
Parameters
| Type |
Name |
Description |
| Lacuna.RestPki.Api.Signature.OpenSignatureRequestModel |
request |
|
Returns
| Type |
Description |
| Task<Lacuna.RestPki.Api.Signature.OpenSignatureRequestModel> |
|
Overrides