Mono Class Library: OverviewSystem.Security.Cryptography.SignatureDescription: Members |
The members of System.Security.Cryptography.SignatureDescription are listed below.
See Also: Inherited members from System.Object
Construct an empty signature description. Construct an signature description from the specified XML data.
DeformatterAlgorithm string. The class name used to verify the digital signature. DigestAlgorithm string. The class name used to hash the data before generating or verifying the digital signature. FormatterAlgorithm string. The class name used to generate the digital signature. KeyAlgorithm string. The class name representing the assymetric key algorithm used to generate or verify the digital signature.
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.