Class SignatureExplorer2<TResult>
Inheritance
SignatureExplorer2<TResult>
Assembly: Lacuna.RestPki.Client.dll
Syntax
public abstract class SignatureExplorer2<TResult> : SignatureExplorer2 where TResult : BaseSignature
Type Parameters
Constructors
|
Improve this Doc
View Source
SignatureExplorer2(RestPkiClient)
Declaration
public SignatureExplorer2(RestPkiClient client)
Parameters
Methods
|
Improve this Doc
View Source
Open()
Declaration
public abstract TResult Open()
Returns
|
Improve this Doc
View Source
OpenAsync()
Declaration
public abstract Task<TResult> OpenAsync()
Returns
| Type |
Description |
| Task<TResult> |
|