User Agent Parser
SecurityLevel Enumeration



KellermanSoftware.UserAgentParser Namespace : SecurityLevel Enumeration
Security level: http://stackoverflow.com/questions/10847390/in-http-user-agent-header-of-android-what-does-the-u-mean
Syntax
'Declaration
 
Public Enum SecurityLevel 
   Inherits System.Enum
'Usage
 
Dim instance As SecurityLevel
public enum SecurityLevel : System.Enum 
public enum class SecurityLevel : public System.Enum 
Members
MemberDescription
NoSecurity Security is disabled
NotSpecified The Security Level was not specified
StrongSecurity Strong security is enabled
WeakSecurity Weak Security is enabled
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         KellermanSoftware.UserAgentParser.SecurityLevel

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

KellermanSoftware.UserAgentParser Namespace