CompilationOptions.WithCryptoKeyFile(String) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
public:
Microsoft::CodeAnalysis::CompilationOptions ^ WithCryptoKeyFile(System::String ^ cryptoKeyFile);
public Microsoft.CodeAnalysis.CompilationOptions WithCryptoKeyFile(string cryptoKeyFile);
public Microsoft.CodeAnalysis.CompilationOptions WithCryptoKeyFile(string? cryptoKeyFile);
member this.WithCryptoKeyFile : string -> Microsoft.CodeAnalysis.CompilationOptions
Public Function WithCryptoKeyFile (cryptoKeyFile As String) As CompilationOptions
Paramètres
- cryptoKeyFile
- String