File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -66,6 +66,9 @@ Following table shows a summary of key types and supported algorithms.
66
66
- ** AES-GCM** - AES encryption in Galois Counter Mode ([ NIST SP 800-38d] ( https://csrc.nist.gov/publications/sp800 ) )
67
67
- ** AES-CBC** - AES encryption in Cipher Block Chaining Mode ([ NIST SP 800-38a] ( https://csrc.nist.gov/publications/sp800 ) )
68
68
69
+ > [ !NOTE]
70
+ > Sign and verify operations algorithms must match the key type, otherwise service will return key size is incorrect error.
71
+
69
72
## Key operations
70
73
71
74
Key Vault, including Managed HSM, supports the following operations on key objects:
@@ -98,12 +101,12 @@ Users may restrict any of the cryptographic operations that Key Vault supports o
98
101
99
102
For more information on JWK objects, see [ JSON Web Key (JWK)] ( https://tools.ietf.org/html/draft-ietf-jose-json-web-key-41 ) .
100
103
101
- ## Key rotation policy operations (preview)
104
+ ## Key rotation policy operations
102
105
103
106
Key vault key auto-rotation can be set by configuring key auto-rotation policy. It is only available on Key Vault resource.
104
107
105
- - ** Get Rotation Policy (preview) ** : Allows a client to retrieve rotation policy configuration
106
- - ** Set Rotation Policy (preview) ** : Allows a client to set rotation policy configuration
108
+ - ** Get Rotation Policy** : Allows a client to retrieve rotation policy configuration
109
+ - ** Set Rotation Policy** : Allows a client to set rotation policy configuration
107
110
108
111
## Key attributes
109
112
You can’t perform that action at this time.
0 commit comments