Class AssemblySignature
An assembly signature object consists both of the hash of the assembly and its location.
Inherited Members
Namespace: SKM.V3.Models
Assembly: Cryptolens.Licensing.CrossPlatform.dll
Syntax
public class AssemblySignature
Properties
| Edit this page View SourcePath
The path of the assembly being signed
Declaration
public string Path { get; set; }
Property Value
Type | Description |
---|---|
string |
Signature
The signature of the assembly.
Declaration
public string Signature { get; set; }
Property Value
Type | Description |
---|---|
string |
Methods
| Edit this page View SourceToString()
Returns a string that represents the current object.
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
string | A string that represents the current object. |