ProtectedDataEncryptionKey
ProtectedDataEncryptionKey(String, KeyEncryptionKey)
ProtectedDataEncryptionKey(String, KeyEncryptionKey, Byte[])
EncryptedValue
KeyEncryptionKey
TimeToLive
CreateAsync(String, KeyEncryptionKey, CancellationToken)
CreateAsync(String, KeyEncryptionKey, Byte[], CancellationToken)
Equals(Object)
GetHashCode()
GetOrCreate(String, KeyEncryptionKey, Byte[])
GetOrCreateAsync(String, KeyEncryptionKey, Byte[], CancellationToken)
net10.0
namespace Microsoft.Data.Encryption.Cryptography
{
public class ProtectedDataEncryptionKey : DataEncryptionKey
{
public static ProtectedDataEncryptionKey GetOrCreate(string name, KeyEncryptionKey keyEncryptionKey, byte[] encryptedKey);
}
}
| nuget.org | 0.0 % Reference this API |
|---|---|
| .NET | 6.07.08.09.010.0 |
Information specific to net10.0 | |
| Assemblies | Microsoft.Data.Encryption.Cryptography , Version=2.0.0.0, PublicKeyToken=c3b5f9fbd84304f1 Microsoft.Data.Encryption.Cryptography , Version=1.2.0.0, PublicKeyToken=c3b5f9fbd84304f1 |
| Referencing | Your project needs a package reference to |
| Package | Microsoft.Data.Encryption.Cryptography (2.0.0-pre015) net8.0 |
| Platform Restrictions | This API is supported on all platforms. |
- Built-in API
- Package-provided API