Namespace: Org.BouncyCastle.Cms
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0

Syntax

C#
public void AddSigner(
	AsymmetricKeyParameter privateKey,
	byte[] subjectKeyID,
	string digestOID
)
Visual Basic
Public Sub AddSigner ( _
	privateKey As AsymmetricKeyParameter, _
	subjectKeyID As Byte(), _
	digestOID As String _
)
Visual C++
public:
void AddSigner(
	AsymmetricKeyParameter^ privateKey, 
	array<unsigned char>^ subjectKeyID, 
	String^ digestOID
)

Parameters

privateKey
Type: Org.BouncyCastle.Crypto..::..AsymmetricKeyParameter
subjectKeyID
Type: array<System..::..Byte>[]()[][]
digestOID
Type: System..::..String

See Also