Namespace: Org.BouncyCastle.Crypto
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Syntax
| C# | 
|---|
public static byte[] Pkcs5PasswordToUtf8Bytes( char[] password )  | 
| Visual Basic | 
|---|
Public Shared Function Pkcs5PasswordToUtf8Bytes ( _ password As Char() _ ) As Byte()  | 
| Visual C++ | 
|---|
public: static array<unsigned char>^ Pkcs5PasswordToUtf8Bytes( array<wchar_t>^ password )  | 
Parameters
- password
 - Type: array<System..::..Char>[]()[][]