Share via


DSACryptoServiceProvider Constructor (Int32)

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Initializes a new instance of the DSACryptoServiceProvider class with the specified key size.

Namespace:  System.Security.Cryptography
Assembly:  System.Security (in System.Security.dll)

Syntax

'Declaration
Public Sub New ( _
    keySize As Integer _
)
public DSACryptoServiceProvider(
    int keySize
)
public:
DSACryptoServiceProvider(
    int keySize
)
new : 
        keySize:int -> DSACryptoServiceProvider
public function DSACryptoServiceProvider(
    keySize : int
)

Parameters

.NET Framework Security

See Also

Reference

DSACryptoServiceProvider Class

DSACryptoServiceProvider Overload

System.Security.Cryptography Namespace