AeadAes256CbcHmac256EncryptionAlgorithm
AeadAes256CbcHmac256EncryptionAlgorithm(DataEncryptionKey, EncryptionType)
Decrypt(Byte[])
Decrypt(Byte[], Int32, Int32, Byte[], Int32)
Decrypt(ReadOnlySpan<Byte>, Span<Byte>)
Encrypt(Byte[])
Encrypt(Byte[], Int32, Int32, Byte[], Int32)
Encrypt(ReadOnlySpan<Byte>, Span<Byte>)
GetDecryptByteCount(Int32)
GetEncryptByteCount(Int32)
GetOrCreate(DataEncryptionKey, EncryptionType)
GetOrCreate(DataEncryptionKey, EncryptionType, Byte)
net10.0
namespace Microsoft.Data.Encryption.Cryptography
{
public sealed class AeadAes256CbcHmac256EncryptionAlgorithm : DataProtector
{
[Obsolete("This API is obsoleted, please use the overload with explicit algorithm Version")]
public static AeadAes256CbcHmac256EncryptionAlgorithm GetOrCreate(DataEncryptionKey dataEncryptionKey, EncryptionType encryptionType);
}
}
| nuget.org | 0.0 % Reference this API |
|---|---|
| .NET | 6.07.08.09.010.0 |
Information specific to net10.0 | |
| Assembly | Microsoft.Data.Encryption.Cryptography , Version=1.2.0.0, PublicKeyToken=c3b5f9fbd84304f1 |
| Referencing | Your project needs a package reference to |
| Package | Microsoft.Data.Encryption.Cryptography (1.2.0) net8.0 |
| Obsolete | This API is obsoleted, please use the overload with explicit algorithm Version |
| Platform Restrictions | This API is supported on all platforms. |
- Built-in API
- Package-provided API