BlackBoxgenerateVars Method |
Namespace: EncryptionUtilsAssembly: ExcryptionUtils (in ExcryptionUtils.dll) Version: 1.0.3776.37319
Syntaxpublic void generateVars(
long P1,
long P2,
long E
)
Public Sub generateVars (
P1 As Long,
P2 As Long,
E As Long
)
public:
void generateVars(
long long P1,
long long P2,
long long E
)
member generateVars :
P1 : int64 *
P2 : int64 *
E : int64 -> unit
Parameters
- P1
- Type: SystemInt64
- P2
- Type: SystemInt64
- E
- Type: SystemInt64
See Also