Edit

Share via


MLDsaCng Class

Definition

public ref class MLDsaCng sealed : System::Security::Cryptography::MLDsa
[System.Diagnostics.CodeAnalysis.Experimental("SYSLIB5006", UrlFormat="https://aka.ms/dotnet-warnings/{0}")]
public sealed class MLDsaCng : System.Security.Cryptography.MLDsa
[<System.Diagnostics.CodeAnalysis.Experimental("SYSLIB5006", UrlFormat="https://aka.ms/dotnet-warnings/{0}")>]
type MLDsaCng = class
    inherit MLDsa
Public NotInheritable Class MLDsaCng
Inherits MLDsa
Inheritance
MLDsaCng
Attributes

Constructors

MLDsaCng(CngKey)

Properties

Algorithm (Inherited from MLDsa)
Key

Methods

Dispose() (Inherited from MLDsa)
Dispose(Boolean) (Inherited from MLDsa)
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)
ExportEncryptedPkcs8PrivateKey(String, PbeParameters) (Inherited from MLDsa)
ExportEncryptedPkcs8PrivateKeyPem(ReadOnlySpan<Byte>, PbeParameters) (Inherited from MLDsa)
ExportEncryptedPkcs8PrivateKeyPem(ReadOnlySpan<Char>, PbeParameters) (Inherited from MLDsa)
ExportEncryptedPkcs8PrivateKeyPem(String, 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)
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)
TryExportEncryptedPkcs8PrivateKey(String, PbeParameters, Span<Byte>, Int32) (Inherited from MLDsa)
TryExportPkcs8PrivateKey(Span<Byte>, Int32) (Inherited from MLDsa)
TryExportPkcs8PrivateKeyCore(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