DesktopStrongNameProvider Constructors
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.
Overloads
DesktopStrongNameProvider(ImmutableArray<String>) | |
DesktopStrongNameProvider(ImmutableArray<String>, String) |
Creates an instance of DesktopStrongNameProvider. |
DesktopStrongNameProvider(ImmutableArray<String>)
- Source:
- DesktopStrongNameProvider.cs
- Source:
- DesktopStrongNameProvider.cs
- Source:
- DesktopStrongNameProvider.cs
- Source:
- DesktopStrongNameProvider.cs
- Source:
- DesktopStrongNameProvider.cs
- Source:
- DesktopStrongNameProvider.cs
- Source:
- DesktopStrongNameProvider.cs
- Source:
- DesktopStrongNameProvider.cs
- Source:
- DesktopStrongNameProvider.cs
- Source:
- DesktopStrongNameProvider.cs
- Source:
- DesktopStrongNameProvider.cs
- Source:
- DesktopStrongNameProvider.cs
- Source:
- DesktopStrongNameProvider.cs
- Source:
- DesktopStrongNameProvider.cs
- Source:
- DesktopStrongNameProvider.cs
- Source:
- DesktopStrongNameProvider.cs
- Source:
- DesktopStrongNameProvider.cs
- Source:
- DesktopStrongNameProvider.cs
- Source:
- DesktopStrongNameProvider.cs
- Source:
- DesktopStrongNameProvider.cs
- Source:
- DesktopStrongNameProvider.cs
- Source:
- DesktopStrongNameProvider.cs
- Source:
- DesktopStrongNameProvider.cs
- Source:
- DesktopStrongNameProvider.cs
public:
DesktopStrongNameProvider(System::Collections::Immutable::ImmutableArray<System::String ^> keyFileSearchPaths);
public DesktopStrongNameProvider (System.Collections.Immutable.ImmutableArray<string> keyFileSearchPaths);
new Microsoft.CodeAnalysis.DesktopStrongNameProvider : System.Collections.Immutable.ImmutableArray<string> -> Microsoft.CodeAnalysis.DesktopStrongNameProvider
Public Sub New (keyFileSearchPaths As ImmutableArray(Of String))
Parameters
- keyFileSearchPaths
- ImmutableArray<String>
Applies to
DesktopStrongNameProvider(ImmutableArray<String>, String)
- Source:
- DesktopStrongNameProvider.cs
- Source:
- DesktopStrongNameProvider.cs
- Source:
- DesktopStrongNameProvider.cs
- Source:
- DesktopStrongNameProvider.cs
- Source:
- DesktopStrongNameProvider.cs
- Source:
- DesktopStrongNameProvider.cs
- Source:
- DesktopStrongNameProvider.cs
- Source:
- DesktopStrongNameProvider.cs
- Source:
- DesktopStrongNameProvider.cs
- Source:
- DesktopStrongNameProvider.cs
- Source:
- DesktopStrongNameProvider.cs
- Source:
- DesktopStrongNameProvider.cs
- Source:
- DesktopStrongNameProvider.cs
- Source:
- DesktopStrongNameProvider.cs
- Source:
- DesktopStrongNameProvider.cs
- Source:
- DesktopStrongNameProvider.cs
- Source:
- DesktopStrongNameProvider.cs
- Source:
- DesktopStrongNameProvider.cs
- Source:
- DesktopStrongNameProvider.cs
- Source:
- DesktopStrongNameProvider.cs
- Source:
- DesktopStrongNameProvider.cs
- Source:
- DesktopStrongNameProvider.cs
- Source:
- DesktopStrongNameProvider.cs
- Source:
- DesktopStrongNameProvider.cs
Creates an instance of DesktopStrongNameProvider.
public DesktopStrongNameProvider (System.Collections.Immutable.ImmutableArray<string> keyFileSearchPaths = default, string tempPath = default);
public DesktopStrongNameProvider (System.Collections.Immutable.ImmutableArray<string> keyFileSearchPaths = default, string? tempPath = default);
new Microsoft.CodeAnalysis.DesktopStrongNameProvider : System.Collections.Immutable.ImmutableArray<string> * string -> Microsoft.CodeAnalysis.DesktopStrongNameProvider
Public Sub New (Optional keyFileSearchPaths As ImmutableArray(Of String) = Nothing, Optional tempPath As String = Nothing)
Parameters
- keyFileSearchPaths
- ImmutableArray<String>
An ordered set of fully qualified paths which are searched when locating a cryptographic key file.
- tempPath
- String
Path to use for any temporary file generation.
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.