Click or drag to resize

LicenseSigningKey Constructor

Overload List
  NameDescription
Public methodLicenseSigningKey
Initializes class and creates new license signing key using default (4096 bit) size.
Public methodLicenseSigningKey(Int32)
Initializes class and creates new licensing signing key using specified size.
Public methodLicenseSigningKey(String)
Initializes class and loads license signing key from unecrypted (plain-text) file.
Public methodLicenseSigningKey(String, Boolean)
Initializes class and loads the license signing key from supplied string
Public methodLicenseSigningKey(String, String)
Initializes class and loads license signing key from encrypted file.
Top
See Also