Add example for UserLoginInfo's ProviderDisplayName property (#19357)

This commit is contained in:
msftbot[bot] 2020-03-04 21:07:18 +00:00 committed by GitHub
parent 3b4be4f51a
commit 54d71af00d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -47,6 +47,9 @@ namespace Microsoft.AspNetCore.Identity
/// <value>
/// The display name for the provider.
/// </value>
/// <remarks>
/// Examples of the display name may be local, FACEBOOK, Google, etc.
/// </remarks>
public string ProviderDisplayName { get; set; }
}
}