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)
net9.0
namespace System.Security.Cryptography
{
public abstract class SymmetricAlgorithm : IDisposable
{
[Obsolete("Cryptographic factory methods accepting an algorithm name are obsolete. Use the parameterless Create factory method on the algorithm type instead.", DiagnosticId = "SYSLIB0045", UrlFormat = "https://aka.ms/dotnet-warnings/{0}")]
[RequiresUnreferencedCode("The default algorithm implementations might be removed, use strong type references like 'RSA.Create()' instead.")]
public static SymmetricAlgorithm? Create(string! algName);
}
}
NetFx Compat Lab | 3.8 %
Reference this API |
---|---|
nuget.org | 0.1 %
Reference this API |
Upgrade Planner | 0.1 %
Reference this API |
Design Reviews |
|
.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 net9.0 | |
Assembly | System.Security.Cryptography , Version=9.0.0.0, PublicKeyToken=b03f5f7f11d50a3a |
Referencing | The API is automatically referenced. |
Obsolete | SYSLIB0045: Cryptographic factory methods accepting an algorithm name are obsolete. Use the parameterless Create factory method on the algorithm type instead. |
Platform Restrictions | This API is supported on all platforms. |
- Built-in API
- Package-provided API