DesktopStrongNameProvider Constructors

Definition

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
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

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