CryptographyClient
CryptographyClient()
CryptographyClient(JsonWebKey)
CryptographyClient(JsonWebKey, LocalCryptographyClientOptions)
CryptographyClient(Uri, TokenCredential)
CryptographyClient(Uri, TokenCredential, CryptographyClientOptions)
KeyId
CreateRSA(CancellationToken)
CreateRSAAsync(CancellationToken)
Decrypt(DecryptParameters, CancellationToken)
Decrypt(EncryptionAlgorithm, Byte[], CancellationToken)
DecryptAsync(DecryptParameters, CancellationToken)
DecryptAsync(EncryptionAlgorithm, Byte[], CancellationToken)
Encrypt(EncryptParameters, CancellationToken)
Encrypt(EncryptionAlgorithm, Byte[], CancellationToken)
EncryptAsync(EncryptParameters, CancellationToken)
EncryptAsync(EncryptionAlgorithm, Byte[], CancellationToken)
Sign(SignatureAlgorithm, Byte[], CancellationToken)
SignAsync(SignatureAlgorithm, Byte[], CancellationToken)
SignData(SignatureAlgorithm, Byte[], CancellationToken)
SignData(SignatureAlgorithm, Stream, CancellationToken)
SignDataAsync(SignatureAlgorithm, Byte[], CancellationToken)
SignDataAsync(SignatureAlgorithm, Stream, CancellationToken)
UnwrapKey(KeyWrapAlgorithm, Byte[], CancellationToken)
UnwrapKeyAsync(KeyWrapAlgorithm, Byte[], CancellationToken)
Verify(SignatureAlgorithm, Byte[], Byte[], CancellationToken)
VerifyAsync(SignatureAlgorithm, Byte[], Byte[], CancellationToken)
VerifyData(SignatureAlgorithm, Byte[], Byte[], CancellationToken)
VerifyData(SignatureAlgorithm, Stream, Byte[], CancellationToken)
VerifyDataAsync(SignatureAlgorithm, Byte[], Byte[], CancellationToken)
VerifyDataAsync(SignatureAlgorithm, Stream, Byte[], CancellationToken)
WrapKey(KeyWrapAlgorithm, Byte[], CancellationToken)
WrapKeyAsync(KeyWrapAlgorithm, Byte[], CancellationToken)
net10.0
namespace Azure.Security.KeyVault.Keys.Cryptography
{
public class CryptographyClient : IKeyEncryptionKey
{
public CryptographyClient(JsonWebKey key);
}
}
| nuget.org | 0.0 % Reference this API |
|---|---|
| .NET | 8.09.010.0 |
Information specific to net10.0 | |
| Assembly | Azure.Security.KeyVault.Keys , Version=4.8.0.0, PublicKeyToken=92742159e12e44c8 |
| Referencing | Your project needs a package reference to |
| Package | Azure.Security.KeyVault.Keys (4.8.0) net8.0 |
| Platform Restrictions | This API is supported on all platforms. |
- Built-in API
- Package-provided API