AssemblyKeyFileAttribute (System.Reflection.AssemblyKeyFileAttribute)

Inherits: System.Attribute

Interfaces: _Attribute

Derived Types: 0

Assembly: mscorlib.dll

Specifies the name of a file containing the key pair used to generate a shared name.

VB.NET C#

C#

public sealed class AssemblyKeyFileAttribute : System.Attribute, System.Runtime.InteropServices._Attribute
{
}

Articles

Create an assembly with a strong name - .NET 2.0 Common Task ...

For keys stored in a file, use System.Reflection.AssemblyKeyFileAttribute. For keys stored in the CSP use System.Reflection.AssemblyKeyNameAttribute.

How To Create an Assembly with a Strong Name in .NET Framework SDK

For keys that are stored in a file, use the System.Reflection.AssemblyKeyFileAttribute attribute. For keys that are stored in the CSP, use the System.Reflection ...

MBR IT/.NET 247 : System.Reflection.AssemblyKeyFileAttribute Class ...

System.Reflection.AssemblyKeyFileAttribute Class: Information : Base Types : Related Resources: Specifies the name of a file containing the key pair used to generate a shared name.

Mono Documentation

The constructors of System.Reflection.AssemblyKeyFileAttribute are listed below. For a list of all members, see the AssemblyKeyFileAttribute Members list.

Mono Documentation

The members of System.Reflection.AssemblyKeyFileAttribute are listed below. See Also: Inherited members from System.Attribute [ ...

Delay Signing an Assembly

... Strong Name tool (Sn.exe) provided by the .NET Framework SDK. Annotate the source code for the assembly with two custom attributes from System.Reflection : AssemblyKeyFileAttribute ...

AssemblyKeyFileAttribute Class

Specifies the name of a file containing the key pair used to generate a strong name. For a list of all members of this type, see AssemblyKeyFileAttribute Members

Custom .NET Training ASP.NET Training Silverlight Training LINQ Training IT Support