Class ClarifyAuthenticationResult
Inheritance
System.Object
ClarifyAuthenticationResult
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 ClarifyAuthenticationResult
Constructors
ClarifyAuthenticationResult()
Declaration
public ClarifyAuthenticationResult()
Properties
PasswordUsed
Declaration
public string PasswordUsed { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Success
Declaration
public bool Success { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |