The following tables list the members exposed by DSACryptoServiceProvider.
Name | Description | |
---|---|---|
DSACryptoServiceProvider Constructor | Initializes the specified DSACryptoServiceProvider instance. |
Name | Description | |
---|---|---|
KeyContainerName | The name of the key owner. | |
KeySize | The size of the key in bytes. | |
PersistKeyInCsp | Identifies whether the key is saved. | |
PrivateKey | The value of the private key. | |
PublicKey | The value of the public key. |
Name | Description | |
---|---|---|
Close | ||
Dispose | Deletes, releases and resets resources. Cancels the Finalize() call for this instance. | |
SignData | Encrypts the specified text using the specified secret key. | |
VerifyData | Verifies the specified encrypted text with the set public key. |