Click or drag to resize
Pdftools logo

Session Constructor


Namespace: PdfTools.Crypto.Providers.SwisscomSigSrv
Assembly: PdfTools (in PdfTools.dll) Version: 1.9.1+b77910aba6fa7f07fcfd9b66a6f8c5a618f049a3
Syntax
C#
public Session(
	Uri url,
	HttpClientHandler httpClientHandler
)

Parameters

url  Uri

The service endpoint base URL.

Example: https://ais.swisscom.com

httpClientHandler  HttpClientHandler
The SSL configuration with the client certificate and trust store. Use SetClientCertificate(Stream, String) to set your SSL client certificate "clientcert.p12" of your Swisscom Signing Service account.
Exceptions
ExceptionCondition
HttpExceptionIf a network error occurs.
PermissionExceptionIf the SSL client certificate is rejected.
ArgumentNullExceptionif url is .
ArgumentNullExceptionif httpClientHandler is .
See Also