Condividi tramite


CompilationOptions.CryptoKeyContainer Proprietà

Definizione

Contenitore CSP contenente la chiave con cui firmare l'output.

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

Valore della proprietà

Commenti

Per firmare l'output fornire uno di CryptoKeyFile o CryptoKeyContainer. ma non entrambi. Se vengono ignorate entrambe le opzioni CryptoKeyContainer .

Questa impostazione è obsoleta e supportata solo nella piattaforma Microsoft Windows. Usare CryptoPublicKey per generare assembly con nome sicuro e uno strumento di firma (Utilità nome sicuro di Microsoft .NET Framework (sn.exe) o equivalente per firmarli.

Si applica a