UserCredential Class

Definition

Credential used for integrated authentication on domain-joined machines.

public class UserCredential
Inheritance
UserCredential
Derived

Constructors

UserCredential()

Constructor to create user credential. Using this constructor would imply integrated authentication with logged in user and it can only be used in domain joined scenarios.

UserCredential(String)

Constructor to create credential with client id and secret

Properties

UserName

Gets identifier of the user.

Extension Methods

IsDefined(Object)
IsNull(Object)
IsPrimitive(Object)