Share via


SignInName Class

Definition

Contains information about a sign-in name of a local account user in an Azure Active Directory B2C tenant.

public class SignInName
type SignInName = class
Public Class SignInName
Inheritance
SignInName

Constructors

SignInName()

Initializes a new instance of the SignInName class.

SignInName(IDictionary<String,Object>, String, String)

Initializes a new instance of the SignInName class.

Properties

AdditionalProperties

Gets or sets unmatched properties from the message are deserialized this collection

Type

Gets or sets a string value that can be used to classify user sign-in types in your directory, such as 'emailAddress' or 'userName'.

Value

Gets or sets the sign-in used by the local account. Must be unique across the company/tenant. For example, 'johnc@example.com'.

Applies to