Search Results for

    Show / Hide Table of Contents

    Class AssemblySignature

    An assembly signature object consists both of the hash of the assembly and its location.

    Inheritance
    object
    AssemblySignature
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: SKM.V3.Models
    Assembly: Cryptolens.Licensing.CrossPlatform.dll
    Syntax
    public class AssemblySignature

    Properties

    | Edit this page View Source

    Path

    The path of the assembly being signed

    Declaration
    public string Path { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    Signature

    The signature of the assembly.

    Declaration
    public string Signature { get; set; }
    Property Value
    Type Description
    string

    Methods

    | Edit this page View Source

    ToString()

    Returns a string that represents the current object.

    Declaration
    public override string ToString()
    Returns
    Type Description
    string

    A string that represents the current object.

    Overrides
    object.ToString()
    • Edit this page
    • View Source
    In this article
    Back to top Copyright © Cryptolens AB