The LicenseConfiguration type exposes the following members.
Methods
Name | Description | |
---|---|---|
CreateLicenseConfiguration(Int32) |
Creates a license configuration for a given key size.
| |
CreateLicenseConfiguration(String) |
Creates a license configuration for a given key in a base 64 binary format.
| |
Equals | (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
FromXml |
Gets a from its XML representation.
| |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) | |
ToXml |
Gets an XML representation of the license configuration.
|
Properties
Name | Description | |
---|---|---|
KeySize |
The key size of the RAS key used by the instance.
| |
PrivateKey |
The private key of the RSA key used by the instance.
| |
PublicKey |
The public key of the RSA key used by the instance.
| |
ValidationKey |
The validation key for the current instance.
|