Option Strict On
Option Explicit On

Namespace Nexamas.UI.Certification

    ''' <summary>
    ''' Internal product-certification state used by the Nexamas UI Certification Center.
    ''' </summary>
    Friend Enum NexamasUICertificationStatus
        Certified = 0
        CertifiedWithMonitoring = 1
        Blocked = 2
        IncompleteGovernance = 3
        EvidenceDeclared = 4
        SourceCertifiedOnly = 5
    End Enum

End Namespace
