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

반환

적용 대상