Early Preview
This is currently very much a preview. Please feel free to try things out,
but don't be upset if anything is not yet working. Feedback is welcome over on our
GitHub Dicussions page.
class System.​Security.​Cryptography.​CompositeMLDsaAlgorithm
Assembly: System.Security.Cryptography
Inheritance: object → CompositeMLDsaAlgorithm
Represents a composite ML-DSA algorithm identifier, combining ML-DSA with a traditional algorithm.
Properties
public
int
MaxSignatureSizeInBytes
Gets the maximum signature size in bytes for the composite algorithm.
public
string
Name
Gets the name of the algorithm.
Methods
public
bool
Equals​(object obj)
obj
The object to compare with the current object.
Returns <code data-dev-comment-type="langword">true</code> if the specified object is equal to the current object; otherwise, <code data-dev-comment-type="langword">false</code> .
Determines whether the specified object is equal to the current object.
public
bool
Equals​(CompositeMLDsaAlgorithm other)
other
An object to be compared to the current <see cref="T:System.Security.Cryptography.CompositeMLDsaAlgorithm" /> object.
Returns <see langword="true" /> if the objects are considered equal; otherwise, <see langword="false" /> .
Compares two <see cref="T:System.Security.Cryptography.CompositeMLDsaAlgorithm" /> objects.
public
int
GetHashCode​() Returns A hash code for the current object.
Serves as the default hash function.
public
string
ToString​() Returns A string that represents the current object.
Returns a string that represents the current object.
protected
void
Finalize​()
Inherited from object
protected
object
MemberwiseClone​()
Inherited from object