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)
xamarinwatchos
namespace System.Security.Cryptography
{
[ComVisible(true)]
public abstract class SymmetricAlgorithm : IDisposable
{
public abstract void GenerateKey();
}
}
NetFx Compat Lab | 20.2 %
Reference this API |
---|---|
nuget.org | 0.7 %
Reference this API |
Upgrade Planner | 0.3 %
Reference this API |
.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 xamarinwatchos | |
Assembly | mscorlib , Version=2.0.5.0, PublicKeyToken=7cec85d7bea7798e |
Referencing | The API is automatically referenced. |
Platform Restrictions | This framework does not have platform annotations. |
- Built-in API
- Package-provided API