<PackageReference Include="System.Security.Permissions" Version="9.0.6" />

StrongName

Provides the strong name of a code assembly as evidence for policy evaluation. This class cannot be inherited.
public string Name { get; }

Gets the simple name of the current StrongName.

Gets the StrongNamePublicKeyBlob of the current StrongName.

public Version Version { get; }

Gets the Version of the current StrongName.

public StrongName(StrongNamePublicKeyBlob blob, string name, Version version)

Initializes a new instance of the StrongName class with the strong name public key blob, name, and version.

public object Copy()

Creates an equivalent copy of the current StrongName.

Creates a StrongNameIdentityPermission that corresponds to the current StrongName.