 | ByteHolder Constructor (String) |
Initializes a new ByteHolder using a Base64 encoded encrypted byte array.
Namespace: Habanero.Licensing.GeneratorAssembly: Habanero.Licensing.Generator (in Habanero.Licensing.Generator.dll) Version: 2.0.0.0 (2.2.0.5)
Syntaxpublic ByteHolder(
string packedBytes
)
Public Sub New (
packedBytes As String
)
public:
ByteHolder(
String^ packedBytes
)
new :
packedBytes : string -> ByteHolder
Parameters
- packedBytes
- Type: SystemString
The encrypted bytes as a Base64 encoded string.
See Also