MLDsa
MLDsa(MLDsaAlgorithm)
Algorithm
IsSupported
Dispose()
Dispose(Boolean)
ExportEncryptedPkcs8PrivateKey(String, PbeParameters)
ExportEncryptedPkcs8PrivateKey(ReadOnlySpan<Byte>, PbeParameters)
ExportEncryptedPkcs8PrivateKey(ReadOnlySpan<Char>, PbeParameters)
ExportEncryptedPkcs8PrivateKeyPem(String, PbeParameters)
ExportEncryptedPkcs8PrivateKeyPem(ReadOnlySpan<Byte>, PbeParameters)
ExportEncryptedPkcs8PrivateKeyPem(ReadOnlySpan<Char>, PbeParameters)
ExportMLDsaPrivateKey()
ExportMLDsaPrivateKey(Span<Byte>)
ExportMLDsaPrivateKeyCore(Span<Byte>)
ExportMLDsaPrivateSeed()
ExportMLDsaPrivateSeed(Span<Byte>)
ExportMLDsaPrivateSeedCore(Span<Byte>)
ExportMLDsaPublicKey()
ExportMLDsaPublicKey(Span<Byte>)
ExportMLDsaPublicKeyCore(Span<Byte>)
ExportPkcs8PrivateKey()
ExportPkcs8PrivateKeyPem()
ExportSubjectPublicKeyInfo()
ExportSubjectPublicKeyInfoPem()
GenerateKey(MLDsaAlgorithm)
ImportEncryptedPkcs8PrivateKey(String, Byte[])
ImportEncryptedPkcs8PrivateKey(ReadOnlySpan<Byte>, ReadOnlySpan<Byte>)
ImportEncryptedPkcs8PrivateKey(ReadOnlySpan<Char>, ReadOnlySpan<Byte>)
ImportFromEncryptedPem(String, Byte[])
ImportFromEncryptedPem(String, String)
ImportFromEncryptedPem(ReadOnlySpan<Char>, ReadOnlySpan<Byte>)
ImportFromEncryptedPem(ReadOnlySpan<Char>, ReadOnlySpan<Char>)
ImportFromPem(String)
ImportFromPem(ReadOnlySpan<Char>)
ImportMLDsaPrivateKey(MLDsaAlgorithm, Byte[])
ImportMLDsaPrivateKey(MLDsaAlgorithm, ReadOnlySpan<Byte>)
ImportMLDsaPrivateSeed(MLDsaAlgorithm, Byte[])
ImportMLDsaPrivateSeed(MLDsaAlgorithm, ReadOnlySpan<Byte>)
ImportMLDsaPublicKey(MLDsaAlgorithm, Byte[])
ImportMLDsaPublicKey(MLDsaAlgorithm, ReadOnlySpan<Byte>)
ImportPkcs8PrivateKey(Byte[])
ImportPkcs8PrivateKey(ReadOnlySpan<Byte>)
ImportSubjectPublicKeyInfo(Byte[])
ImportSubjectPublicKeyInfo(ReadOnlySpan<Byte>)
SignData(Byte[], Byte[])
SignData(ReadOnlySpan<Byte>, Span<Byte>, ReadOnlySpan<Byte>)
SignDataCore(ReadOnlySpan<Byte>, ReadOnlySpan<Byte>, Span<Byte>)
SignMu(Byte[])
SignMu(ReadOnlySpan<Byte>)
SignMu(ReadOnlySpan<Byte>, Span<Byte>)
SignMuCore(ReadOnlySpan<Byte>, Span<Byte>)
SignPreHash(Byte[], String, Byte[])
SignPreHash(ReadOnlySpan<Byte>, Span<Byte>, String, ReadOnlySpan<Byte>)
SignPreHashCore(ReadOnlySpan<Byte>, ReadOnlySpan<Byte>, String, Span<Byte>)
TryExportEncryptedPkcs8PrivateKey(ReadOnlySpan<Byte>, PbeParameters, Span<Byte>, Int32)
TryExportEncryptedPkcs8PrivateKey(ReadOnlySpan<Char>, PbeParameters, Span<Byte>, Int32)
TryExportEncryptedPkcs8PrivateKey(String, PbeParameters, Span<Byte>, Int32)
TryExportPkcs8PrivateKey(Span<Byte>, Int32)
TryExportPkcs8PrivateKeyCore(Span<Byte>, Int32)
TryExportSubjectPublicKeyInfo(Span<Byte>, Int32)
VerifyData(Byte[], Byte[], Byte[])
VerifyData(ReadOnlySpan<Byte>, ReadOnlySpan<Byte>, ReadOnlySpan<Byte>)
VerifyDataCore(ReadOnlySpan<Byte>, ReadOnlySpan<Byte>, ReadOnlySpan<Byte>)
VerifyMu(Byte[], Byte[])
VerifyMu(ReadOnlySpan<Byte>, ReadOnlySpan<Byte>)
VerifyMuCore(ReadOnlySpan<Byte>, ReadOnlySpan<Byte>)
VerifyPreHash(Byte[], Byte[], String, Byte[])
VerifyPreHash(ReadOnlySpan<Byte>, ReadOnlySpan<Byte>, String, ReadOnlySpan<Byte>)
VerifyPreHashCore(ReadOnlySpan<Byte>, ReadOnlySpan<Byte>, String, ReadOnlySpan<Byte>)
net10.0
namespace System.Security.Cryptography
{
public abstract class MLDsa : IDisposable
{
public void Dispose();
}
}
| Design Reviews |
|
|---|---|
| .NET | 8.09.010.0 |
| .NET Framework | 4.6.24.74.7.14.7.24.84.8.1 |
Information specific to net10.0 | |
| Assembly | System.Security.Cryptography , Version=10.0.0.0, PublicKeyToken=b03f5f7f11d50a3a |
| Referencing | The API is automatically referenced. |
| Platform Restrictions | This API is supported on all platforms. |
- Built-in API
- Package-provided API