Class DesktopStrongNameProvider
Inheritance
DesktopStrongNameProvider
Assembly: Microsoft.CodeAnalysis.dll
Syntax
public class DesktopStrongNameProvider : StrongNameProvider
Constructors
DesktopStrongNameProvider(ImmutableArray<string>)
Declaration
public DesktopStrongNameProvider(ImmutableArray<string> keyFileSearchPaths)
Parameters
DesktopStrongNameProvider(ImmutableArray<string>, string?)
Declaration
public DesktopStrongNameProvider(ImmutableArray<string> keyFileSearchPaths = default, string? tempPath = null)
Parameters
Methods
Equals(object?)
Declaration
public override bool Equals(object? obj)
Parameters
| Type |
Name |
Description |
| object |
obj |
|
Returns
Overrides
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Overrides