Click or drag to resize

SignerBaseCreateSignatureSession Method (IContentBuilder)

Create new session for signing in default web application with not required qualified certificate.

Namespace:  ASDSoft.WebSigner.Server
Assembly:  ASDSoft.WebSigner.Server (in ASDSoft.WebSigner.Server.dll) Version: 2.5.0
Syntax
C#
protected SignatureSession CreateSignatureSession(
	params IContentBuilder[] buildableContents
)

Parameters

buildableContents
Type: ASDSoft.WebSigner.Server.ContentIContentBuilder
One or more buildable contents for signing.

Return Value

Type: SignatureSession
Signature session.
See Also