Name

AssemblyKeyNameAttribute

Synopsis

This attribute serves the same purpose as an AssemblyKeyFileAttribute, but allows you to specify a key container instead of a file.

public sealed class AssemblyKeyNameAttribute : Attribute {
// Public Constructors
   public AssemblyKeyNameAttribute(string keyName);
// Public Instance Properties
   public string KeyName{get; }
}

Hierarchy

System.Object System.Attribute AssemblyKeyNameAttribute

Valid On

Assembly

Get C# in a Nutshell, Second Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.