Class License
- Namespace
- StockSharp.Licensing
- Assembly
- StockSharp.Licensing.Core.dll
License.
public class License
- Inheritance
-
License
- Inherited Members
- Extension Methods
Constructors
License(byte[])
Initializes a new instance of the License.
public License(byte[] body)
Parameters
body
byte[]License body.
License(string, byte[])
Initializes a new instance of the License.
public License(string fileName, byte[] body)
Parameters
Properties
Body
License body.
public byte[] Body { get; }
Property Value
- byte[]
BodyWithoutSignature
Body with no signatute.
public byte[] BodyWithoutSignature { get; }
Property Value
- byte[]
Features
Possible feature list.
public IDictionary<OSPlatform, IEnumerable<LicenseFeature>> Features { get; }
Property Value
FileName
License file name.
public string FileName { get; }
Property Value
Id
License id.
public long Id { get; }
Property Value
IssuedDate
Date of licensing.
public DateTime IssuedDate { get; }
Property Value
IssuedTo
Email.
public string IssuedTo { get; }
Property Value
Signature
Signature.
public byte[] Signature { get; }
Property Value
- byte[]
Version
File format version.
public Version Version { get; }
Property Value
Methods
ToString()
public override string ToString()