CompositeMLDsa(CompositeMLDsaAlgorithm) Constructor
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.
Initializes a new instance of the CompositeMLDsa class.
protected:
CompositeMLDsa(System::Security::Cryptography::CompositeMLDsaAlgorithm ^ algorithm);
protected CompositeMLDsa(System.Security.Cryptography.CompositeMLDsaAlgorithm algorithm);
new System.Security.Cryptography.CompositeMLDsa : System.Security.Cryptography.CompositeMLDsaAlgorithm -> System.Security.Cryptography.CompositeMLDsa
Protected Sub New (algorithm As CompositeMLDsaAlgorithm)
Parameters
- algorithm
- CompositeMLDsaAlgorithm
The specific Composite ML-DSA algorithm for this key.
Exceptions
algorithm is null.