Creates a new instance of SignerInfo that defines a signer corresponding to the specified certificate. An associated private key for the certificate must be available. Use SignerInfo(Certificate, SignatureParameters) to specify RSASSA-PSS parameters.

Namespace:  Rebex.Security.Cryptography.Pkcs
Assembly:  Rebex.Common (in Rebex.Common.dll)

Syntax

Visual Basic
Public Sub New ( _
	signerCertificate As Certificate _
)
C#
public SignerInfo(
	Certificate signerCertificate
)

Parameters

signerCertificate
Type: Rebex.Security.Certificates..::..Certificate
The signer's certificate.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also