Name

AssemblyKeyNameAttribute

Synopsis

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

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

Hierarchy

System.ObjectSystem.AttributeAssemblyKeyNameAttribute

Valid On

Assembly

Get C# in a Nutshell 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.