StrongNameSignatureInformation.IsValid Propriedade
Definição
Obtém um valor que indica se a assinatura do nome forte é válida.Gets a value indicating whether the strong name signature is valid.
public:
property bool IsValid { bool get(); };
public bool IsValid { get; }
member this.IsValid : bool
Public ReadOnly Property IsValid As Boolean
Valor da propriedade
true se a assinatura de nome forte for válida; caso contrário, false .true if the strong name signature is valid; otherwise, false.