Chilkat VB.NET Dsa Class Reference
Dsa
(Not yet released) The Digital Signature Algorithm (DSA) is a United States Federal Government standard or FIPS for digital signatures. It was proposed by the National Institute of Standards and Technology (NIST) in August 1991 for use in their Digital Signature Standard (DSS).
Properties
EnableEvents As Boolean
To be documented soon...
LastErrorHtml As String (ReadOnly)
Error information in HTML format for the last method called.
LastErrorText As String (ReadOnly)
Error information in plain-text format for the last method called.
LastErrorXml As String (ReadOnly)
Error information in XML format for the last method called.
Methods
Function SaveLastError(ByVal filename As String) As Boolean
Saves the last error information to an XML formatted file.
|