CompilationOptions.CommonWithCryptoKeyContainer(String) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
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