AssemblySignatureKeyAttribute.PublicKey Propriedade

Definição

Obtém a chave pública do nome forte usado para assinar o assembly.Gets the public key for the strong name used to sign the assembly.

public:
 property System::String ^ PublicKey { System::String ^ get(); };
public string PublicKey { get; }
member this.PublicKey : string
Public ReadOnly Property PublicKey As String

Valor da propriedade

String

A chave pública para este assembly.The public key for this assembly.

Aplica-se a