DSACryptoServiceProvider.ImportParameters(DSAParameters) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Imports the specified DSAParameters.
public:
override void ImportParameters(System::Security::Cryptography::DSAParameters parameters);
public override void ImportParameters (System.Security.Cryptography.DSAParameters parameters);
override this.ImportParameters : System.Security.Cryptography.DSAParameters -> unit
Public Overrides Sub ImportParameters (parameters As DSAParameters)
Parameters
- parameters
- DSAParameters
The parameters for DSA.
Exceptions
The cryptographic service provider (CSP) cannot be acquired.
-or-
The parameters
parameter has missing fields.
Applies to
See also
שתף איתנו פעולה ב- GitHub
ניתן למצוא את המקור לתוכן זה ב- GitHub, שם ניתן גם ליצור ולסקור בעיות ולמשוך בקשות. לקבלת מידע נוסף, עיין במדריך התורמים שלנו.