CompilationOptions.CommonWithCryptoKeyContainer(String) 메서드

정의

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

매개 변수

cryptoKeyContainer
String

반환

적용 대상