AVEVA OMI Software Developer Kit



ArchestrA.Client.WebControls Namespace : AuthenticationMode Enumeration
AuthenticationMode Enumeration
Authentication mode(s) that a Web control based app can support.
Syntax
'Declaration
 
<FlagsAttribute()>
Public Enum AuthenticationMode 
   Inherits System.Enum
'Usage
 
Dim instance As AuthenticationMode
[Flags()]
public enum AuthenticationMode : System.Enum 
[Flags()]
public enum class AuthenticationMode : public System.Enum 
Members
MemberDescription
AuthenticationProviders Authentication providers
Kerberos Kerberos
None None
OpenIdConnect OpenIdConnect
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         ArchestrA.Client.WebControls.AuthenticationMode

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