AssemblyKeyNameAttribute | CF 1.0 |
System.Reflection (mscorlib.dll) | sealed class |
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
|