次の方法で共有


CompilationOptions.CommonWithCryptoKeyFile(String) メソッド

定義

protected:
 abstract Microsoft::CodeAnalysis::CompilationOptions ^ CommonWithCryptoKeyFile(System::String ^ cryptoKeyFile);
protected abstract Microsoft.CodeAnalysis.CompilationOptions CommonWithCryptoKeyFile (string cryptoKeyFile);
protected abstract Microsoft.CodeAnalysis.CompilationOptions CommonWithCryptoKeyFile (string? cryptoKeyFile);
abstract member CommonWithCryptoKeyFile : string -> Microsoft.CodeAnalysis.CompilationOptions
Protected MustOverride Function CommonWithCryptoKeyFile (cryptoKeyFile As String) As CompilationOptions

パラメーター

cryptoKeyFile
String

戻り値

適用対象