EncryptionKeyStoreProvider
EncryptionKeyStoreProvider()
DataEncryptionKeyCacheTimeToLive
ProviderName
GetOrCreateDataEncryptionKey(String, Func<Byte[]>)
GetOrCreateSignatureVerificationResult(Tuple<String, Boolean, String>, Func<Boolean>)
Sign(String, Boolean)
SignAsync(String, Boolean, CancellationToken)
SignAsync(String, Boolean, Memory<Byte>, CancellationToken)
UnwrapKey(String, KeyEncryptionKeyAlgorithm, Byte[])
UnwrapKeyAsync(String, KeyEncryptionKeyAlgorithm, Byte[], CancellationToken)
UnwrapKeyAsync(String, KeyEncryptionKeyAlgorithm, ReadOnlyMemory<Byte>, Memory<Byte>, CancellationToken)
Verify(String, Boolean, Byte[])
VerifyAsync(String, Boolean, Byte[], CancellationToken)
VerifyAsync(String, Boolean, Memory<Byte>, CancellationToken)
WrapKey(String, KeyEncryptionKeyAlgorithm, Byte[])
WrapKeyAsync(String, KeyEncryptionKeyAlgorithm, Byte[], CancellationToken)
WrapKeyAsync(String, KeyEncryptionKeyAlgorithm, ReadOnlyMemory<Byte>, Memory<Byte>, CancellationToken)
net10.0
namespace Microsoft.Data.Encryption.Cryptography
{
public abstract class EncryptionKeyStoreProvider
{
public virtual ValueTask<bool> SignAsync(string encryptionKeyId, bool allowEnclaveComputations, Memory<byte> signature, CancellationToken cancellationToken);
}
}
| .NET | 6.07.08.09.010.0 |
|---|---|
Information specific to net10.0 | |
| Assembly | Microsoft.Data.Encryption.Cryptography , Version=2.0.0.0, PublicKeyToken=c3b5f9fbd84304f1 |
| Referencing | Your project needs a package reference to |
| Package | Microsoft.Data.Encryption.Cryptography (2.0.0-pre015) net8.0 |
| Preview | This API is contained in a prerelease package. |
| Platform Restrictions | This API is supported on all platforms. |
- Built-in API
- Package-provided API