Share via


DSACryptoServiceProvider Constructor

[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.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

Overload List

  Name Description
Public method DSACryptoServiceProvider(CryptoKey) Initializes a new instance of the DSACryptoServiceProvider class with the specified key.
Public method DSACryptoServiceProvider(Int32) Initializes a new instance of the DSACryptoServiceProvider class with the specified key size.
Public method DSACryptoServiceProvider(Session, Int32) Initializes a new instance of the DSACryptoServiceProvider class with the specified session and key size.
Public method DSACryptoServiceProvider(String, Int32) Initializes a new instance of the DSACryptoServiceProvider class with the specified service provider name and key size.

Top

See Also

Reference

DSACryptoServiceProvider Class

System.Security.Cryptography Namespace