Class PadesSignatureExplorer
Inheritance
PadesSignatureExplorer
Inherited Members
Namespace: Lacuna.RestPki.Client
Assembly: Lacuna.RestPki.Client.dll
Syntax
public class PadesSignatureExplorer : SignatureExplorer2<PadesSignature>
Constructors
| Improve this Doc View SourcePadesSignatureExplorer(RestPkiClient)
Declaration
public PadesSignatureExplorer(RestPkiClient client)
Parameters
| Type | Name | Description |
|---|---|---|
| RestPkiClient | client |
Methods
| Improve this Doc View SourceOpen()
Declaration
public override PadesSignature Open()
Returns
| Type | Description |
|---|---|
| PadesSignature |
Overrides
Lacuna.RestPki.Client.SignatureExplorer2<Lacuna.RestPki.Client.PadesSignature>.Open()
|
Improve this Doc
View Source
OpenAsync()
Declaration
public override Task<PadesSignature> OpenAsync()
Returns
| Type | Description |
|---|---|
| Task<PadesSignature> |
Overrides
Lacuna.RestPki.Client.SignatureExplorer2<Lacuna.RestPki.Client.PadesSignature>.OpenAsync()