Namespace: Org.BouncyCastle.Cms
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Syntax
C# |
---|
public void AddSigner( AsymmetricKeyParameter privateKey, byte[] subjectKeyID, string digestOid, AttributeTable signedAttr, AttributeTable unsignedAttr ) |
Visual Basic |
---|
Public Sub AddSigner ( _ privateKey As AsymmetricKeyParameter, _ subjectKeyID As Byte(), _ digestOid As String, _ signedAttr As AttributeTable, _ unsignedAttr As AttributeTable _ ) |
Visual C++ |
---|
public: void AddSigner( AsymmetricKeyParameter^ privateKey, array<unsigned char>^ subjectKeyID, String^ digestOid, AttributeTable^ signedAttr, AttributeTable^ unsignedAttr ) |
Parameters
- privateKey
- Type: Org.BouncyCastle.Crypto..::..AsymmetricKeyParameter
- subjectKeyID
- Type: array<System..::..Byte>[]()[][]
- digestOid
- Type: System..::..String
- signedAttr
- Type: Org.BouncyCastle.Asn1.Cms..::..AttributeTable
- unsignedAttr
- Type: Org.BouncyCastle.Asn1.Cms..::..AttributeTable