File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
sdk/keyvault/Azure.Security.KeyVault.Certificates Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 7
7
### Breaking Changes
8
8
9
9
### Bugs Fixed
10
+ - Corrected a typo in the documentation for ` CertificatePolicy.KeySize ` , changing the RSA key length from "4092" to "4096".
10
11
11
12
### Other Changes
12
13
Original file line number Diff line number Diff line change @@ -178,7 +178,7 @@ public CertificatePolicy()
178
178
public CertificateKeyCurveName ? KeyCurveName { get ; set ; }
179
179
180
180
/// <summary>
181
- /// Gets or sets the size of the RSA key. The value must be a valid RSA key length such as 2048 or 4092 .
181
+ /// Gets or sets the size of the RSA key. The value must be a valid RSA key length such as 2048 or 4096 .
182
182
/// </summary>
183
183
public int ? KeySize { get ; set ; }
184
184
You can’t perform that action at this time.
0 commit comments