Compartir a través de


CompilationOptions.CryptoPublicKey Propiedad

Definición

Especifica la clave pública que se usa para generar un nombre seguro para el ensamblado de compilación o está vacía si no se especifica.

public:  property System::Collections::Immutable::ImmutableArray<System::Byte> CryptoPublicKey {  public:
System::Collections::Immutable::ImmutableArray<System::Byte> get(); protected:
 void set(System::Collections::Immutable::ImmutableArray<System::Byte> value); };
public System.Collections.Immutable.ImmutableArray<byte> CryptoPublicKey { get; protected set; }
member this.CryptoPublicKey : System.Collections.Immutable.ImmutableArray<byte> with get, set
Public Property CryptoPublicKey As ImmutableArray(Of Byte)

Valor de propiedad

Comentarios

Si se especifican los valores de CryptoKeyFile y CryptoKeyContainer deben ser NULL. Si PublicSign es true, el ensamblado se marca como totalmente firmado, pero solo está firmado con la clave pública (también conocido como "firma del sistema operativo").

Se aplica a