diff --git a/xml/System.Security.Cryptography/Rfc2898DeriveBytes.xml b/xml/System.Security.Cryptography/Rfc2898DeriveBytes.xml index 3e89eeceacf..60486010b50 100644 --- a/xml/System.Security.Cryptography/Rfc2898DeriveBytes.xml +++ b/xml/System.Security.Cryptography/Rfc2898DeriveBytes.xml @@ -1039,7 +1039,7 @@ For more information about PBKDF2, see [RFC 2898](https://www.rfc-editor.org/inf The key salt used to derive the key. The number of iterations for the operation. The hash algorithm to use to derive the key. - The size of key to derive. + The size of the key to derive, in bytes. Creates a PBKDF2 derived key from password bytes. A byte array containing the created PBKDF2 derived key. To be added. @@ -1100,7 +1100,7 @@ For more information about PBKDF2, see [RFC 2898](https://www.rfc-editor.org/inf The key salt used to derive the key. The number of iterations for the operation. The hash algorithm to use to derive the key. - The size of key to derive. + The size of the key to derive, in bytes. Creates a PBKDF2 derived key from password bytes. A byte array containing the created PBKDF2 derived key. To be added. @@ -1207,7 +1207,7 @@ For more information about PBKDF2, see [RFC 2898](https://www.rfc-editor.org/inf The key salt used to derive the key. The number of iterations for the operation. The hash algorithm to use to derive the key. - The size of key to derive. + The size of the key to derive, in bytes. Creates a PBKDF2 derived key from a password. A byte array of length that is filled with pseudo-random key bytes. @@ -1215,9 +1215,7 @@ For more information about PBKDF2, see [RFC 2898](https://www.rfc-editor.org/inf ## Remarks -The `password` will be converted to bytes using the UTF8 encoding. For - other encodings, convert the password string to bytes using the appropriate - and use . +The `password` is converted to bytes using the UTF8 encoding. For other encodings, convert the password string to bytes using the appropriate and use . ]]> @@ -1332,7 +1330,7 @@ The `password` will be converted to bytes using the UTF8 encoding. For The key salt used to derive the key. The number of iterations for the operation. The hash algorithm to use to derive the key. - The size of key to derive. + The size of the key to derive, in bytes. Creates a PBKDF2 derived key from a password. A byte array of length that is filled with pseudo-random key bytes. @@ -1340,9 +1338,7 @@ The `password` will be converted to bytes using the UTF8 encoding. For ## Remarks -The `password` will be converted to bytes using the UTF8 encoding. For - other encodings, convert the password string to bytes using the appropriate - and use . +The `password` is converted to bytes using the UTF8 encoding. For other encodings, convert the password string to bytes using the appropriate and use . ]]>