Click or drag to resize
LicenseSigningKey Properties

The LicenseSigningKey type exposes the following members.

Properties
  NameDescription
Public propertyPrivateKeyBytes
Returns private key in byte form. Never use this value in your application source. Save separately.
Public propertyPrivateKeyHash
Return SHA1 hash of private key
Public propertyPrivateKeyXML
Returns license signing private key, to save in plain text form. Never use this value in your application source. Save separately.
Public propertyProvider
.NET Encryption provider. No need to set/access by developer.
Public propertyPublicKeyHash
Returns SHA1 hash of public key
Public propertyPublicKeyXML
Returns license signing public key. Only this should be included in your application.
Top
See Also