AssemblyDelaySignAttribute.DelaySign Propriedade
Definição
Obtém um valor que indica o estado do atributo.Gets a value indicating the state of the attribute.
public:
property bool DelaySign { bool get(); };
public bool DelaySign { get; }
member this.DelaySign : bool
Public ReadOnly Property DelaySign As Boolean
Valor da propriedade
true Se este assembly foi criado como assinado com atraso; caso contrário, false .true if this assembly has been built as delay-signed; otherwise, false.