Initializes a new instance of the UserIdPacket class
Namespace: Org.BouncyCastle.BcpgAssembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Syntax
| C# |
|---|
public UserIdPacket( string id ) |
| Visual Basic |
|---|
Public Sub New ( _ id As String _ ) |
| Visual C++ |
|---|
public: UserIdPacket( String^ id ) |
Parameters
- id
- Type: System..::..String