2 references to s_throwingUtf8Encoding
System.Security.Cryptography (2)
System\Security\Cryptography\Rfc2898DeriveBytes.OneShot.cs (2)
279
int maxEncodedSize =
s_throwingUtf8Encoding
.GetMaxByteCount(password.Length);
284
int passwordBytesWritten =
s_throwingUtf8Encoding
.GetBytes(password, passwordBuffer);