ProvideDependentAssemblyAttribute.PublicKeyToken Property

Definition

A 16 character hex number which is the token part of the strong name of the assembly being redirected.

public:
 property System::String ^ PublicKeyToken { System::String ^ get(); void set(System::String ^ value); };
public:
 property Platform::String ^ PublicKeyToken { Platform::String ^ get(); void set(Platform::String ^ value); };
public string PublicKeyToken { get; set; }
member this.PublicKeyToken : string with get, set
Public Property PublicKeyToken As String

Property Value

Exceptions

When this property is set, this exception is thrown if the value of this property is not a valid public key token.

Applies to