DSACng.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.
Replaces the existing key that the current instance is working with by creating a new CngKey for the parameters structure.
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 DSA parameters.
Exceptions
The specified DSA parameters are not valid.
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.