[This is preliminary documentation and is subject to change.]

Get all the possible Authentication types supported by the .Net framework.

Namespace:  OfficeClip.DBLayer.Account
Assembly:  OfficeClip.DBLayer (in OfficeClip.DBLayer)
Version: 8.1.1.0

Syntax

C#
public DataTable GetAuthenticationTypes()
Visual Basic (Declaration)
Public Function GetAuthenticationTypes As DataTable
Visual C++
public:
DataTable^ GetAuthenticationTypes()

Return Value

DataTable containing two columns of numeric value of the AuthenticationType and the Description. 1. Id (System.Int32) 2. Desc (System.String) Typecast Int value of Id to AuthenticationTypes to get the appropriate AuthenticationType.

See Also