ECDsa
ECDsa()
KeyExchangeAlgorithm
SignatureAlgorithm
Create()
Create(ECCurve)
Create(ECParameters)
Create(String)
ExportECPrivateKey()
ExportExplicitParameters(Boolean)
ExportParameters(Boolean)
FromXmlString(String)
GenerateKey(ECCurve)
GetMaxSignatureSize(DSASignatureFormat)
HashData(Stream, HashAlgorithmName)
HashData(Byte[], Int32, Int32, HashAlgorithmName)
ImportECPrivateKey(ReadOnlySpan<Byte>, Int32)
ImportEncryptedPkcs8PrivateKey(ReadOnlySpan<Byte>, ReadOnlySpan<Byte>, Int32)
ImportEncryptedPkcs8PrivateKey(ReadOnlySpan<Char>, ReadOnlySpan<Byte>, Int32)
ImportFromEncryptedPem(ReadOnlySpan<Char>, ReadOnlySpan<Byte>)
ImportFromEncryptedPem(ReadOnlySpan<Char>, ReadOnlySpan<Char>)
ImportFromPem(ReadOnlySpan<Char>)
ImportParameters(ECParameters)
ImportPkcs8PrivateKey(ReadOnlySpan<Byte>, Int32)
ImportSubjectPublicKeyInfo(ReadOnlySpan<Byte>, Int32)
SignData(Byte[], HashAlgorithmName)
SignData(Stream, HashAlgorithmName)
SignData(Byte[], HashAlgorithmName, DSASignatureFormat)
SignData(Stream, HashAlgorithmName, DSASignatureFormat)
SignData(Byte[], Int32, Int32, HashAlgorithmName)
SignData(Byte[], Int32, Int32, HashAlgorithmName, DSASignatureFormat)
SignData(ReadOnlySpan<Byte>, HashAlgorithmName)
SignData(ReadOnlySpan<Byte>, HashAlgorithmName, DSASignatureFormat)
SignData(ReadOnlySpan<Byte>, Span<Byte>, HashAlgorithmName)
SignData(ReadOnlySpan<Byte>, Span<Byte>, HashAlgorithmName, DSASignatureFormat)
SignDataCore(Stream, HashAlgorithmName, DSASignatureFormat)
SignDataCore(ReadOnlySpan<Byte>, HashAlgorithmName, DSASignatureFormat)
SignHash(Byte[])
SignHash(Byte[], DSASignatureFormat)
SignHash(ReadOnlySpan<Byte>)
SignHash(ReadOnlySpan<Byte>, DSASignatureFormat)
SignHash(ReadOnlySpan<Byte>, Span<Byte>)
SignHash(ReadOnlySpan<Byte>, Span<Byte>, DSASignatureFormat)
SignHashCore(ReadOnlySpan<Byte>, DSASignatureFormat)
ToXmlString(Boolean)
TryExportECPrivateKey(Span<Byte>, Int32)
TryExportEncryptedPkcs8PrivateKey(ReadOnlySpan<Byte>, PbeParameters, Span<Byte>, Int32)
TryExportEncryptedPkcs8PrivateKey(ReadOnlySpan<Char>, PbeParameters, Span<Byte>, Int32)
TryExportPkcs8PrivateKey(Span<Byte>, Int32)
TryExportSubjectPublicKeyInfo(Span<Byte>, Int32)
TryHashData(ReadOnlySpan<Byte>, Span<Byte>, HashAlgorithmName, Int32)
TrySignData(ReadOnlySpan<Byte>, Span<Byte>, HashAlgorithmName, Int32)
TrySignData(ReadOnlySpan<Byte>, Span<Byte>, HashAlgorithmName, DSASignatureFormat, Int32)
TrySignDataCore(ReadOnlySpan<Byte>, Span<Byte>, HashAlgorithmName, DSASignatureFormat, Int32)
TrySignHash(ReadOnlySpan<Byte>, Span<Byte>, Int32)
TrySignHash(ReadOnlySpan<Byte>, Span<Byte>, DSASignatureFormat, Int32)
TrySignHashCore(ReadOnlySpan<Byte>, Span<Byte>, DSASignatureFormat, Int32)
VerifyData(Byte[], Byte[], HashAlgorithmName)
VerifyData(Stream, Byte[], HashAlgorithmName)
VerifyData(Byte[], Byte[], HashAlgorithmName, DSASignatureFormat)
VerifyData(Stream, Byte[], HashAlgorithmName, DSASignatureFormat)
VerifyData(Byte[], Int32, Int32, Byte[], HashAlgorithmName)
VerifyData(Byte[], Int32, Int32, Byte[], HashAlgorithmName, DSASignatureFormat)
VerifyData(ReadOnlySpan<Byte>, ReadOnlySpan<Byte>, HashAlgorithmName)
VerifyData(ReadOnlySpan<Byte>, ReadOnlySpan<Byte>, HashAlgorithmName, DSASignatureFormat)
VerifyDataCore(ReadOnlySpan<Byte>, ReadOnlySpan<Byte>, HashAlgorithmName, DSASignatureFormat)
VerifyDataCore(Stream, ReadOnlySpan<Byte>, HashAlgorithmName, DSASignatureFormat)
VerifyHash(Byte[], Byte[])
VerifyHash(Byte[], Byte[], DSASignatureFormat)
VerifyHash(ReadOnlySpan<Byte>, ReadOnlySpan<Byte>)
VerifyHash(ReadOnlySpan<Byte>, ReadOnlySpan<Byte>, DSASignatureFormat)
VerifyHashCore(ReadOnlySpan<Byte>, ReadOnlySpan<Byte>, DSASignatureFormat)
net9.0
namespace System.Security.Cryptography
{
public abstract class ECDsa : ECAlgorithm
{
protected virtual byte[]! SignDataCore(Stream! data, HashAlgorithmName hashAlgorithm, DSASignatureFormat signatureFormat);
}
}
Design Reviews |
|
---|---|
.NET | 5.06.07.08.09.0 |
Information specific to net9.0 | |
Assembly | System.Security.Cryptography , Version=9.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