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