Click or drag to resize
BlackBox Constructor (Int64, Int64, Int64, Int64, Int64)
Initializes a new instance of the BlackBox class

Namespace: EncryptionUtils
Assembly: ExcryptionUtils (in ExcryptionUtils.dll) Version: 1.0.3776.37319
Syntax
public BlackBox(
	long P1,
	long P2,
	long N,
	long E,
	long D
)

Parameters

P1
Type: SystemInt64
P2
Type: SystemInt64
N
Type: SystemInt64
E
Type: SystemInt64
D
Type: SystemInt64
See Also