Click or drag to resize

DocumentSignerProviderGetLocalSignerTSigner Method (String, String, ActionTSigner)

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: SystemString
Název certifikátu pro podpis z konfiguračního souboru z elementu ASDSoft.SignTools/storeCertificate nebo ASDSoft.SignTools/pfxCertificate
signerName
Type: SystemString
Název konfigurace podpisu z konfiguračního souboru z elementu ASDSoft.SignTools/documentSigner
advancedConfigureAction (Optional)
Type: SystemActionTSigner
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