Mono Class Library: Overview

System.Security.Cryptography.SignatureDescription: Members

The members of System.Security.Cryptography.SignatureDescription are listed below.

See Also: Inherited members from System.Object

Public Constructors

Construct an empty signature description.
Construct an signature description from the specified XML data.

Public Properties

DeformatterAlgorithmstring. The class name used to verify the digital signature.
DigestAlgorithmstring. The class name used to hash the data before generating or verifying the digital signature.
FormatterAlgorithmstring. The class name used to generate the digital signature.
KeyAlgorithmstring. The class name representing the assymetric key algorithm used to generate or verify the digital signature.

Public Methods

CreateDeformatter(AsymmetricAlgorithm) : AsymmetricSignatureDeformatter
Return an AsymmetricDeformatter instance based on the DeformatterAlgorithm property.
CreateDigest() : HashAlgorithm
Documentation for this section has not yet been entered.
CreateFormatter(AsymmetricAlgorithm) : AsymmetricSignatureFormatter
Return an AsymmetricFormatter instance based on the FormatterAlgorithm property.