SymmetricAlgorithm
BlockSizeValue
FeedbackSizeValue
IVValue
KeySizeValue
KeyValue
LegalBlockSizesValue
LegalKeySizesValue
ModeValue
PaddingValue
SymmetricAlgorithm()
~SymmetricAlgorithm()
BlockSize
FeedbackSize
IV
Key
KeySize
LegalBlockSizes
LegalKeySizes
Mode
Padding
Clear()
Create()
Create(String)
CreateDecryptor()
CreateDecryptor(Byte[], Byte[])
CreateEncryptor()
CreateEncryptor(Byte[], Byte[])
DecryptCbc(Byte[], Byte[], PaddingMode)
DecryptCbc(ReadOnlySpan<Byte>, ReadOnlySpan<Byte>, PaddingMode)
DecryptCbc(ReadOnlySpan<Byte>, ReadOnlySpan<Byte>, Span<Byte>, PaddingMode)
DecryptCfb(Byte[], Byte[], PaddingMode, Int32)
DecryptCfb(ReadOnlySpan<Byte>, ReadOnlySpan<Byte>, PaddingMode, Int32)
DecryptCfb(ReadOnlySpan<Byte>, ReadOnlySpan<Byte>, Span<Byte>, PaddingMode, Int32)
DecryptEcb(Byte[], PaddingMode)
DecryptEcb(ReadOnlySpan<Byte>, PaddingMode)
DecryptEcb(ReadOnlySpan<Byte>, Span<Byte>, PaddingMode)
Dispose()
Dispose(Boolean)
EncryptCbc(Byte[], Byte[], PaddingMode)
EncryptCbc(ReadOnlySpan<Byte>, ReadOnlySpan<Byte>, PaddingMode)
EncryptCbc(ReadOnlySpan<Byte>, ReadOnlySpan<Byte>, Span<Byte>, PaddingMode)
EncryptCfb(Byte[], Byte[], PaddingMode, Int32)
EncryptCfb(ReadOnlySpan<Byte>, ReadOnlySpan<Byte>, PaddingMode, Int32)
EncryptCfb(ReadOnlySpan<Byte>, ReadOnlySpan<Byte>, Span<Byte>, PaddingMode, Int32)
EncryptEcb(Byte[], PaddingMode)
EncryptEcb(ReadOnlySpan<Byte>, PaddingMode)
EncryptEcb(ReadOnlySpan<Byte>, Span<Byte>, PaddingMode)
GenerateIV()
GenerateKey()
GetCiphertextLengthCbc(Int32, PaddingMode)
GetCiphertextLengthCfb(Int32, PaddingMode, Int32)
GetCiphertextLengthEcb(Int32, PaddingMode)
TryDecryptCbc(ReadOnlySpan<Byte>, ReadOnlySpan<Byte>, Span<Byte>, Int32, PaddingMode)
TryDecryptCbcCore(ReadOnlySpan<Byte>, ReadOnlySpan<Byte>, Span<Byte>, PaddingMode, Int32)
TryDecryptCfb(ReadOnlySpan<Byte>, ReadOnlySpan<Byte>, Span<Byte>, Int32, PaddingMode, Int32)
TryDecryptCfbCore(ReadOnlySpan<Byte>, ReadOnlySpan<Byte>, Span<Byte>, PaddingMode, Int32, Int32)
TryDecryptEcb(ReadOnlySpan<Byte>, Span<Byte>, PaddingMode, Int32)
TryDecryptEcbCore(ReadOnlySpan<Byte>, Span<Byte>, PaddingMode, Int32)
TryEncryptCbc(ReadOnlySpan<Byte>, ReadOnlySpan<Byte>, Span<Byte>, Int32, PaddingMode)
TryEncryptCbcCore(ReadOnlySpan<Byte>, ReadOnlySpan<Byte>, Span<Byte>, PaddingMode, Int32)
TryEncryptCfb(ReadOnlySpan<Byte>, ReadOnlySpan<Byte>, Span<Byte>, Int32, PaddingMode, Int32)
TryEncryptCfbCore(ReadOnlySpan<Byte>, ReadOnlySpan<Byte>, Span<Byte>, PaddingMode, Int32, Int32)
TryEncryptEcb(ReadOnlySpan<Byte>, Span<Byte>, PaddingMode, Int32)
TryEncryptEcbCore(ReadOnlySpan<Byte>, Span<Byte>, PaddingMode, Int32)
ValidKeySize(Int32)
netstandard2.0
namespace System.Security.Cryptography
{
public abstract class SymmetricAlgorithm : IDisposable
{
public bool ValidKeySize(int bitLength);
}
}
nuget.org | 0.0 %
Reference this API |
---|---|
Upgrade Planner | 0.0 %
Reference this API |
.NET | 5.06.07.08.09.0 |
.NET Core | 2.02.12.23.03.1 |
.NET Framework | 1.01.12.03.03.54.04.54.5.14.5.24.64.6.14.6.24.74.7.14.7.24.84.8.1 |
.NET Standard | 2.02.1 |
Information specific to netstandard2.0 | |
Assembly | netstandard , Version=2.0.0.0, PublicKeyToken=cc7b13ffcd2ddd51 |
Referencing | The API is automatically referenced. |
Platform Restrictions | This framework does not have platform annotations. |
- Built-in API
- Package-provided API