AssemblyDelaySignAttribute

AssemblyDelaySignAttribute CF 1.0

System.Reflection (mscorlib.dll) sealed class

When an assembly designer does not have access to a key-pair to sign a component, this attribute reserves space in the manifest to be filled by a signing utility. The framework's sn.exe utility has a command-line switch ( -R or -Rc ) just for this purpose.

 public sealed class  AssemblyDelaySignAttribute  : Attribute {  // Public Constructors  public  AssemblyDelaySignAttribute  (bool   delaySign   );  // Public Instance Properties  public bool  DelaySign  {get; } } 

Hierarchy

System.Object System.Attribute AssemblyDelaySignAttribute

Valid On

Assembly



C# in a Nutshell
C # in a Nutshell, Second Edition
ISBN: 0596005261
EAN: 2147483647
Year: 2005
Pages: 963

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net