NewDSACryptoServiceProvider
Creates a new DSACryptoServiceProvider object.
Public Function NewDSACryptoServiceProvider(
Optional ByVal KeySize As Long,
Optional ByVal Parameters As CspParameters ) As DSACryptoServiceProvider
Parameters
- KeySize
-
[ByVal]
Optional.
Long.
The key size in bits. This can be from 384bits to 1024bits.
- Parameters
-
[ByVal]
Optional.
CspParameters.
A CspParameters object used to specify custom service provider options.
Return Values
DSACryptoServiceProvider - A new DSACryptoServiceProvider object.
See Also
Project CorLib Overview
Class Constructors Overview
DSACryptoServiceProvider