FullTrustAssembly.PublicKey 屬性

定義

取得或設定組件的公開金鑰。

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

屬性值

String

與組件相關聯之公開金鑰的十六進位表示。

屬性

適用於