Edit

Share via


MLDsaOpenSsl Class

Definition

public ref class MLDsaOpenSsl sealed : System::Security::Cryptography::MLDsa
[System.Diagnostics.CodeAnalysis.Experimental("SYSLIB5006")]
public sealed class MLDsaOpenSsl : System.Security.Cryptography.MLDsa
[<System.Diagnostics.CodeAnalysis.Experimental("SYSLIB5006")>]
type MLDsaOpenSsl = class
    inherit MLDsa
Public NotInheritable Class MLDsaOpenSsl
Inherits MLDsa
Inheritance
MLDsaOpenSsl
Attributes

Constructors

MLDsaOpenSsl(SafeEvpPKeyHandle)

Properties

Algorithm (Inherited from MLDsa)

Methods

Dispose() (Inherited from MLDsa)
Dispose(Boolean) (Inherited from MLDsa)
DuplicateKeyHandle()
Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
ExportEncryptedPkcs8PrivateKey(ReadOnlySpan<Byte>, PbeParameters) (Inherited from MLDsa)
ExportEncryptedPkcs8PrivateKey(ReadOnlySpan<Char>, PbeParameters) (Inherited from MLDsa)
ExportEncryptedPkcs8PrivateKeyPem(ReadOnlySpan<Byte>, PbeParameters) (Inherited from MLDsa)
ExportEncryptedPkcs8PrivateKeyPem(ReadOnlySpan<Char>, PbeParameters) (Inherited from MLDsa)
ExportMLDsaPrivateSeed(Span<Byte>) (Inherited from MLDsa)
ExportMLDsaPrivateSeedCore(Span<Byte>) (Inherited from MLDsa)
ExportMLDsaPublicKey(Span<Byte>) (Inherited from MLDsa)
ExportMLDsaPublicKeyCore(Span<Byte>) (Inherited from MLDsa)
ExportMLDsaSecretKey(Span<Byte>) (Inherited from MLDsa)
ExportMLDsaSecretKeyCore(Span<Byte>) (Inherited from MLDsa)
ExportPkcs8PrivateKey() (Inherited from MLDsa)
ExportPkcs8PrivateKeyPem() (Inherited from MLDsa)
ExportSubjectPublicKeyInfo() (Inherited from MLDsa)
ExportSubjectPublicKeyInfoPem() (Inherited from MLDsa)
GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetType()

Gets the Type of the current instance.

(Inherited from Object)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
SignData(ReadOnlySpan<Byte>, Span<Byte>, ReadOnlySpan<Byte>) (Inherited from MLDsa)
SignDataCore(ReadOnlySpan<Byte>, ReadOnlySpan<Byte>, Span<Byte>) (Inherited from MLDsa)
ThrowIfDisposed() (Inherited from MLDsa)
ToString()

Returns a string that represents the current object.

(Inherited from Object)
TryExportEncryptedPkcs8PrivateKey(ReadOnlySpan<Byte>, PbeParameters, Span<Byte>, Int32) (Inherited from MLDsa)
TryExportEncryptedPkcs8PrivateKey(ReadOnlySpan<Char>, PbeParameters, Span<Byte>, Int32) (Inherited from MLDsa)
TryExportPkcs8PrivateKey(Span<Byte>, Int32) (Inherited from MLDsa)
TryExportSubjectPublicKeyInfo(Span<Byte>, Int32) (Inherited from MLDsa)
VerifyData(ReadOnlySpan<Byte>, ReadOnlySpan<Byte>, ReadOnlySpan<Byte>) (Inherited from MLDsa)
VerifyDataCore(ReadOnlySpan<Byte>, ReadOnlySpan<Byte>, ReadOnlySpan<Byte>) (Inherited from MLDsa)

Applies to