Table of Contents

Interface ITimestampClientFactory

Namespace
SimpleSign.Core.Crypto
Assembly
SimpleSign.Core.dll

Factory for creating ITimestampClient instances bound to a specific TSA URL.

public interface ITimestampClientFactory

Methods

Create(string)

Creates a timestamp client for the given TSA URL.

ITimestampClient Create(string tsaUrl)

Parameters

tsaUrl string

Returns

ITimestampClient