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 77### Breaking Changes
88
99### Bugs Fixed
10+ - Corrected a typo in the documentation for ` CertificatePolicy.KeySize ` , changing the RSA key length from "4092" to "4096".
1011
1112### Other Changes
1213
Original file line number Diff line number Diff line change @@ -178,7 +178,7 @@ public CertificatePolicy()
178178 public CertificateKeyCurveName ? KeyCurveName { get ; set ; }
179179
180180 /// <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 .
182182 /// </summary>
183183 public int ? KeySize { get ; set ; }
184184
You can’t perform that action at this time.
0 commit comments