StrongNameIdentityPermissionAttribute.PublicKey Property

Definition

Gets or sets the public key value of the strong name identity expressed as a hexadecimal string.

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

Property Value

The public key value of the strong name identity expressed as a hexadecimal string.

Applies to