Class ClarifyAuthenticationService
Inheritance
System.Object
ClarifyAuthenticationService
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: FChoice.Foundation.Clarify
Assembly: fcSDK.dll
Syntax
public class ClarifyAuthenticationService
Constructors
ClarifyAuthenticationService()
Declaration
public ClarifyAuthenticationService()
Methods
AuthenticateUser(String, String)
Declaration
public ClarifyAuthenticationResult AuthenticateUser(string username, string password)
Parameters
Type | Name | Description |
---|---|---|
System.String | username | |
System.String | password |
Returns
Type | Description |
---|---|
ClarifyAuthenticationResult |
ReconstructConnectString(String, String)
Declaration
public static string ReconstructConnectString(string inUsername, string encPassword)
Parameters
Type | Name | Description |
---|---|---|
System.String | inUsername | |
System.String | encPassword |
Returns
Type | Description |
---|---|
System.String |