Table of Contents

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

fileName string

FileName

body byte[]

License body.

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

IDictionary<OSPlatform, IEnumerable<LicenseFeature>>

FileName

License file name.

public string FileName { get; }

Property Value

string

Id

License id.

public long Id { get; }

Property Value

long

IssuedDate

Date of licensing.

public DateTime IssuedDate { get; }

Property Value

DateTime

IssuedTo

Email.

public string IssuedTo { get; }

Property Value

string

Signature

Signature.

public byte[] Signature { get; }

Property Value

byte[]

Version

File format version.

public Version Version { get; }

Property Value

Version

Methods

ToString()

public override string ToString()

Returns

string