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[] Pkcs5PasswordToBytes( string password ) |
| Visual Basic |
|---|
Public Shared Function Pkcs5PasswordToBytes ( _ password As String _ ) As Byte() |
| Visual C++ |
|---|
public: static array<unsigned char>^ Pkcs5PasswordToBytes( String^ password ) |
Parameters
- password
- Type: System..::..String