SignInName Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET