clsKeyPair Constructor (String, String, String)
|
Initializes a new instance of the
clsKeyPair class
Namespace:
MARIInterface
Assembly:
MARIInterface (in MARIInterface.dll) Version: 8.0.0.100
Syntaxpublic clsKeyPair(
string Matchcode,
string KeyInternal,
string KeyVisible
)
Public Sub New (
Matchcode As String,
KeyInternal As String,
KeyVisible As String
)
Parameters
- Matchcode
- Type: SystemString
- KeyInternal
- Type: SystemString
- KeyVisible
- Type: SystemString
See Also