AssemblyIdentity.PublicKeyToken Property

Definition

Specifies the public key token of the assembly, which is the last 8 bytes of the SHA-1 hash of the public key under which the assembly is signed.

public:
 property System::String ^ PublicKeyToken { System::String ^ get(); void set(System::String ^ value); };
public string PublicKeyToken { get; set; }
public string PublicKeyToken { [System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")] get; [System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")] set; }
member this.PublicKeyToken : string with get, set
[<get: System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")>]
[<set: System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")>]
member this.PublicKeyToken : string with get, set
Public Property PublicKeyToken As String

Property Value

A string indicating the public key token of the assembly.

Attributes

Applies to