Share via


ICodeAccessSecurityAssembly.PublicKeyBlob Property

Definition

Gets or sets the public key of the assembly, in binary format.

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

Property Value

A string that represents the public key of the assembly.

Applies to