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

返回

适用于