RSA
RSA()
KeyExchangeAlgorithm
SignatureAlgorithm
Create()
Create(Int32)
Create(RSAParameters)
Create(String)
Decrypt(Byte[], RSAEncryptionPadding)
Decrypt(ReadOnlySpan<Byte>, RSAEncryptionPadding)
Decrypt(ReadOnlySpan<Byte>, Span<Byte>, RSAEncryptionPadding)
DecryptValue(Byte[])
Encrypt(Byte[], RSAEncryptionPadding)
Encrypt(ReadOnlySpan<Byte>, RSAEncryptionPadding)
Encrypt(ReadOnlySpan<Byte>, Span<Byte>, RSAEncryptionPadding)
EncryptValue(Byte[])
ExportParameters(Boolean)
ExportRSAPrivateKey()
ExportRSAPrivateKeyPem()
ExportRSAPublicKey()
ExportRSAPublicKeyPem()
FromXmlString(String)
GetMaxOutputSize()
HashData(Stream, HashAlgorithmName)
HashData(Byte[], Int32, Int32, HashAlgorithmName)
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(RSAParameters)
ImportPkcs8PrivateKey(ReadOnlySpan<Byte>, Int32)
ImportRSAPrivateKey(ReadOnlySpan<Byte>, Int32)
ImportRSAPublicKey(ReadOnlySpan<Byte>, Int32)
ImportSubjectPublicKeyInfo(ReadOnlySpan<Byte>, Int32)
SignData(Byte[], HashAlgorithmName, RSASignaturePadding)
SignData(Stream, HashAlgorithmName, RSASignaturePadding)
SignData(Byte[], Int32, Int32, HashAlgorithmName, RSASignaturePadding)
SignData(ReadOnlySpan<Byte>, HashAlgorithmName, RSASignaturePadding)
SignData(ReadOnlySpan<Byte>, Span<Byte>, HashAlgorithmName, RSASignaturePadding)
SignHash(Byte[], HashAlgorithmName, RSASignaturePadding)
SignHash(ReadOnlySpan<Byte>, HashAlgorithmName, RSASignaturePadding)
SignHash(ReadOnlySpan<Byte>, Span<Byte>, HashAlgorithmName, RSASignaturePadding)
ToXmlString(Boolean)
TryDecrypt(ReadOnlySpan<Byte>, Span<Byte>, RSAEncryptionPadding, Int32)
TryEncrypt(ReadOnlySpan<Byte>, Span<Byte>, RSAEncryptionPadding, Int32)
TryExportEncryptedPkcs8PrivateKey(ReadOnlySpan<Byte>, PbeParameters, Span<Byte>, Int32)
TryExportEncryptedPkcs8PrivateKey(ReadOnlySpan<Char>, PbeParameters, Span<Byte>, Int32)
TryExportPkcs8PrivateKey(Span<Byte>, Int32)
TryExportRSAPrivateKey(Span<Byte>, Int32)
TryExportRSAPrivateKeyPem(Span<Char>, Int32)
TryExportRSAPublicKey(Span<Byte>, Int32)
TryExportRSAPublicKeyPem(Span<Char>, Int32)
TryExportSubjectPublicKeyInfo(Span<Byte>, Int32)
TryHashData(ReadOnlySpan<Byte>, Span<Byte>, HashAlgorithmName, Int32)
TrySignData(ReadOnlySpan<Byte>, Span<Byte>, HashAlgorithmName, RSASignaturePadding, Int32)
TrySignHash(ReadOnlySpan<Byte>, Span<Byte>, HashAlgorithmName, RSASignaturePadding, Int32)
VerifyData(Byte[], Byte[], HashAlgorithmName, RSASignaturePadding)
VerifyData(Stream, Byte[], HashAlgorithmName, RSASignaturePadding)
VerifyData(Byte[], Int32, Int32, Byte[], HashAlgorithmName, RSASignaturePadding)
VerifyData(ReadOnlySpan<Byte>, ReadOnlySpan<Byte>, HashAlgorithmName, RSASignaturePadding)
VerifyHash(Byte[], Byte[], HashAlgorithmName, RSASignaturePadding)
VerifyHash(ReadOnlySpan<Byte>, ReadOnlySpan<Byte>, HashAlgorithmName, RSASignaturePadding)
net10.0-windows7.0
namespace System.Security.Cryptography
{
public abstract class RSA : AsymmetricAlgorithm
{
public virtual byte[] SignData(Stream data, HashAlgorithmName hashAlgorithm, RSASignaturePadding padding);
}
}
nuget.org | 0.0 %
Reference this API |
---|---|
Upgrade Planner | 0.0 %
Reference this API |
.NET | 5.06.07.08.09.010.0 |
.NET Core | 1.01.12.02.12.23.03.1 |
.NET Framework | 4.64.6.14.6.24.74.7.14.7.24.84.8.1 |
.NET Standard | 1.31.41.51.62.02.1 |
Information specific to net10.0 | |
Platforms | This API is only available when you target a specific platform: |
Windows | 7.0 |
Information specific to net10.0-windows7.0 | |
Assembly | System.Security.Cryptography.Algorithms , Version=4.2.0.0, PublicKeyToken=b03f5f7f11d50a3a |
Referencing | Your project needs a package reference to |
Package | System.Security.Cryptography.Algorithms (4.3.1) netstandard1.6 |
Platform Restrictions | This API is supported on all platforms. |
- Built-in API
- Package-provided API