共用方式為


CompilationOptions.WithCryptoKeyFile(String) 方法

定義

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

參數

cryptoKeyFile
String

傳回

適用於