Table of Contents

Interface IApplicableSignatureParams

Namespace
iText.Signatures
Assembly
itext.sign.dll

Extension interface of ISignatureMechanismParams that also supports applying the parameters to a iText.Commons.Bouncycastle.Crypto.ISigner.

public interface IApplicableSignatureParams : ISignatureMechanismParams
Inherited Members

Methods

Apply(ISigner)

Apply the parameters to a iText.Commons.Bouncycastle.Crypto.ISigner.

void Apply(ISigner signature)

Parameters

signature ISigner

an uninitialised iText.Commons.Bouncycastle.Crypto.ISigner object