public static byte[] Pkcs5PasswordToUtf8Bytes(
ReadOnlySpan<char> password
)
Public Shared Function Pkcs5PasswordToUtf8Bytes (
password As ReadOnlySpan(Of Char)
) As Byte()
public:
static array<unsigned char>^ Pkcs5PasswordToUtf8Bytes(
ReadOnlySpan<wchar_t> password
)
Org.BouncyCastle.Crypto.PbeParametersGenerator.Pkcs5PasswordToUtf8Bytes = function(password);