PartialTrustVisibleAssembly.PublicKey Eigenschap

Definitie

Hiermee haalt u de openbare assemblysleutel op of stelt u deze in.

public:
 property System::String ^ PublicKey { System::String ^ get(); void set(System::String ^ value); };
[System.Configuration.ConfigurationProperty("publicKey", DefaultValue="", IsKey=false, IsRequired=true)]
[System.Configuration.StringValidator(MinLength=1)]
public string PublicKey { get; set; }
[<System.Configuration.ConfigurationProperty("publicKey", DefaultValue="", IsKey=false, IsRequired=true)>]
[<System.Configuration.StringValidator(MinLength=1)>]
member this.PublicKey : string with get, set
Public Property PublicKey As String

Waarde van eigenschap

De hexadecimale tekenreeksweergave van de openbare sleutel die is gekoppeld aan de assembly.

Kenmerken

Van toepassing op