RSACng
RSACng()
RSACng(CngKey)
RSACng(Int32)
Key
KeyExchangeAlgorithm
LegalKeySizes
SignatureAlgorithm
Decrypt(Byte[], RSAEncryptionPadding)
DecryptValue(Byte[])
Dispose(Boolean)
Encrypt(Byte[], RSAEncryptionPadding)
EncryptValue(Byte[])
ExportEncryptedPkcs8PrivateKey(ReadOnlySpan<Byte>, PbeParameters)
ExportEncryptedPkcs8PrivateKey(ReadOnlySpan<Char>, PbeParameters)
ExportParameters(Boolean)
HashData(Stream, HashAlgorithmName)
HashData(Byte[], Int32, Int32, HashAlgorithmName)
ImportEncryptedPkcs8PrivateKey(ReadOnlySpan<Byte>, ReadOnlySpan<Byte>, Int32)
ImportEncryptedPkcs8PrivateKey(ReadOnlySpan<Char>, ReadOnlySpan<Byte>, Int32)
ImportParameters(RSAParameters)
ImportPkcs8PrivateKey(ReadOnlySpan<Byte>, Int32)
SignHash(Byte[], HashAlgorithmName, RSASignaturePadding)
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)
TrySignHash(ReadOnlySpan<Byte>, Span<Byte>, HashAlgorithmName, RSASignaturePadding, Int32)
VerifyHash(Byte[], Byte[], HashAlgorithmName, RSASignaturePadding)
VerifyHash(ReadOnlySpan<Byte>, ReadOnlySpan<Byte>, HashAlgorithmName, RSASignaturePadding)
net481
namespace System.Security.Cryptography
{
public sealed class RSACng : RSA
{
public override byte[] EncryptValue(byte[] rgb);
}
}
.NET Framework | 4.6.24.74.7.14.7.24.84.8.1 |
---|---|
Information specific to net481 | |
Assembly | System.Core , Version=4.0.0.0, PublicKeyToken=b77a5c561934e089 |
Referencing | The API is automatically referenced. |
Platform Restrictions | This framework does not have platform annotations. |
- Built-in API
- Package-provided API