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, SubjectIdentifierType) to specify RSASSA-PSS parameters.
            
    Namespace: 
   Rebex.Security.Cryptography.Pkcs
    Assembly:
   Rebex.Common (in Rebex.Common.dll)
 Syntax
Syntax
| Visual Basic | 
|---|
| Public Sub New ( _ signerCertificate As Certificate, _ signerIdentifierType As SubjectIdentifierType, _ digestAlgorithm As SignatureHashAlgorithm _ ) | 
| C# | 
|---|
| public SignerInfo( Certificate signerCertificate, SubjectIdentifierType signerIdentifierType, SignatureHashAlgorithm digestAlgorithm ) | 
Parameters
- signerCertificate
- Type: Rebex.Security.Certificates..::..Certificate
 The signer's certificate.
- signerIdentifierType
- Type: Rebex.Security.Cryptography.Pkcs..::..SubjectIdentifierType
 Subject identifier type - only IssuerAndSerialNumber and SubjectKeyIdentifier values are accepted.
- digestAlgorithm
- Type: Rebex.Security.Certificates..::..SignatureHashAlgorithm
 Digest algorithm.
 
     
     
     
     
    