LicenseSigningKeyCreate Method |
Generates new random keypair
Namespace: TreeksLicensingLibraryAssembly: TreeksLicensingLibrary (in TreeksLicensingLibrary.dll) Version: 1.3.5562.40448
Syntaxpublic void Create(
int KeySize = 4096
)
Public Sub Create (
Optional KeySize As Integer = 4096
)
public:
void Create(
int KeySize = 4096
)
member Create :
?KeySize : int
(* Defaults:
let _KeySize = defaultArg KeySize 4096
*)
-> unit
Parameters
- KeySize (Optional)
- Type: SystemInt32
Size of RSA keypair in bits (1024, 2048, 4096, 8192)
Remarks
See Also