Show / Hide Table of Contents

Class ClientAuthenticationResult

The client authentication result.

Inheritance
System.Object
ClientAuthenticationResult
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: ComponentSpace.OpenID.Security
Assembly: ComponentSpace.OpenID.dll
Syntax
public class ClientAuthenticationResult

Properties

AuthenticationMethod

Gets or sets the authentication method.

Declaration
public string AuthenticationMethod { get; set; }
Property Value
Type Description
System.String

The authentication method.

ClientID

Gets or sets the client ID.

Declaration
public string ClientID { get; set; }
Property Value
Type Description
System.String

The client ID.

In This Article
Back to top Copyright © ComponentSpace Pty Ltd 2022. All rights reserved.