Click or drag to resize

DocumentSignerProvider.GetLocalSigner<TSigner> Method (String, String, Action<TSigner>)

Vytvoří novou instanci třídy daného typu pro lokální podpis

Namespace:  ASDSoft.SignTools
Assembly:  ASDSoft.SignTools (in ASDSoft.SignTools.dll) Version: 4.3.1
Syntax
C#
public ILocalDocumentSigner GetLocalSigner<TSigner>(
	string certificateName,
	string signerName,
	Action<TSigner> advancedConfigureAction = null
)
where TSigner : IDocumentSigner

Parameters

certificateName
Type: System.String
Název certifikátu pro podpis z konfiguračního souboru z elementu ASDSoft.SignTools/storeCertificate nebo ASDSoft.SignTools/pfxCertificate
signerName
Type: System.String
Název konfigurace podpisu z konfiguračního souboru z elementu ASDSoft.SignTools/documentSigner
advancedConfigureAction (Optional)
Type: System.Action<TSigner>
Doplňkova akce pro konfiguraci podpisu z kódu

Type Parameters

TSigner
Typ podepisující třídy

Return Value

Type: ILocalDocumentSigner

[Missing <returns> documentation for "M:ASDSoft.SignTools.DocumentSignerProvider.GetLocalSigner``1(System.String,System.String,System.Action{``0})"]

See Also