Moonware.Common
AuthenticationMode Property



Gets or sets the user authentication mode.
Syntax
'Declaration
 
<DataMemberAttribute()>
Public Property AuthenticationMode As String
'Usage
 
Dim instance As ConnectedUser
Dim value As String
 
instance.AuthenticationMode = value
 
value = instance.AuthenticationMode
[DataMemberAttribute()]
public string AuthenticationMode {get; set;}
[DataMemberAttribute()]
public:
property String^ AuthenticationMode {
   String^ get();
   void set (    String^ value);
}

Property Value

The user authentication mode.
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

ConnectedUser Class
ConnectedUser Members

Send Feedback