An NDoc Documented Class Library

ADLayer.AuthenticationType Property

Gets or sets the authentication type to be used for the access. See AuthenticationTypes for more information.

[Visual Basic]
Public Property AuthenticationType As String
[C#]
public string AuthenticationType { get; set; }
[C++]
public: __property String* get_AuthenticationType();
public: __property void set_AuthenticationType(String* );
[JScript]
public function get AuthenticationType() : String
public function set AuthenticationType(String);

See Also

ADLayer Class | InfiniTec.ActiveDirectory Namespace