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