CompilationOptions.WithStrongNameProvider(StrongNameProvider) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
Microsoft::CodeAnalysis::CompilationOptions ^ WithStrongNameProvider(Microsoft::CodeAnalysis::StrongNameProvider ^ provider);
public Microsoft.CodeAnalysis.CompilationOptions WithStrongNameProvider(Microsoft.CodeAnalysis.StrongNameProvider provider);
public Microsoft.CodeAnalysis.CompilationOptions WithStrongNameProvider(Microsoft.CodeAnalysis.StrongNameProvider? provider);
member this.WithStrongNameProvider : Microsoft.CodeAnalysis.StrongNameProvider -> Microsoft.CodeAnalysis.CompilationOptions
Public Function WithStrongNameProvider (provider As StrongNameProvider) As CompilationOptions
Parameters
- provider
- StrongNameProvider