Свойство | Type | Description | |
---|---|---|---|
_endDateOffset | ushort | ||
_products | List |
||
_startDateOffset | ushort |
Méthode | Description | |
---|---|---|
Key ( String encodedText ) : System |
Constructs a new Key instance.
|
|
ToArray ( ) : byte[] |
Persists data about the Licence. Writer attached to an output stream for data storage.
|
|
ToString ( ) : string |
Returns the encoded text for the licence key.
|
Méthode | Description | |
---|---|---|
Convert ( System.DateTime date ) : ushort |
Converts a date for internal storage as a ushort.
|
|
Key ( ) : System |
Used by any subclasses to construct a new Key instance.
|
Méthode | Description | |
---|---|---|
DSAVerifyHash ( byte hashValue, byte signedHashValue, string xmlKeyInfo, string hashAlg ) : bool |
Validates the signature that follows the Licence data
|
protected static Convert ( System.DateTime date ) : ushort | ||
date | System.DateTime | Date to be converted. |
Résultat | ushort |
public Key ( String encodedText ) : System | ||
encodedText | String | The encoded Licence text. |
Résultat | System |