<PackageReference Include="System.Security.Permissions" Version="10.0.0-preview.2.25163.2" />

StrongNameIdentityPermission

Defines the identity permission for strong names. This class cannot be inherited.
public string Name { get; set; }

Gets or sets the simple name portion of the strong name identity.

public StrongNamePublicKeyBlob PublicKey { get; set; }

Gets or sets the public key blob that defines the strong name identity namespace.

public Version Version { get; set; }

Gets or sets the version number of the identity.

Initializes a new instance of the StrongNameIdentityPermission class with the specified PermissionState.

Initializes a new instance of the StrongNameIdentityPermission class for the specified strong name identity.