Overload List

  NameDescription
Public methodSupported by the .NET Compact FrameworkSignerInfo(Certificate)
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.
Public methodSupported by the .NET Compact FrameworkSignerInfo(Certificate, SubjectIdentifierType)
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.
Public methodSupported by the .NET Compact FrameworkSignerInfo(Certificate, SignatureParameters)
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.
Public methodSupported by the .NET Compact FrameworkSignerInfo(Certificate, SubjectIdentifierType, SignatureHashAlgorithm)
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.
Public methodSupported by the .NET Compact FrameworkSignerInfo(Certificate, SignatureParameters, SubjectIdentifierType)
Creates a new instance of SignerInfo that defines a signer corresponding to the specified certificate using the specified subject identifier type. An associated private key for the certificate must be available.

See Also