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)
net6.0-windows
namespace System.Security.Cryptography
{
public abstract class SymmetricAlgorithm : IDisposable
{
public virtual PaddingMode Padding { get; set; }
}
}
NetFx Compat Lab | 29.0 %
Reference this API 3.5 %
Get property 29.0 %
Set property |
---|---|
nuget.org | 2.0 %
Reference this API 0.3 %
Get property 2.0 %
Set property |
Upgrade Planner | 1.2 %
Reference this API 0.0 %
Get property 1.2 %
Set property |
.NET | 5.06.07.08.09.010.0 |
.NET Core | 1.01.12.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 | 1.31.41.51.62.02.1 |
Information specific to net6.0 | |
Assembly | System.Security.Cryptography.Primitives , Version=4.0.0.0, PublicKeyToken=b03f5f7f11d50a3a |
Referencing | Your project needs a package reference to |
Package | System.Security.Cryptography.Primitives (4.3.0) netstandard1.3 |
Platform Restrictions | The property getter is supported on all platforms. The property setter is supported on all platforms. |
- Built-in API
- Package-provided API