C# Класс WorldDomination.Security.ClaimsExtensions

Показать файл Открыть проект

Открытые методы

Метод Описание
WithDisplayName ( this claimsPrincipal ) : string

The Display Name claim, if one exists.

WithPictureUri ( this claimsPrincipal ) : string

The Avatar/Profile picture Uri claim, if one exists.

WithUserId ( this claimsPrincipal ) : string

The UserId claim, if one exists.

Описание методов

WithDisplayName() публичный статический Метод

The Display Name claim, if one exists.
public static WithDisplayName ( this claimsPrincipal ) : string
claimsPrincipal this ClaimsPrincipal: the claims principal.
Результат string

WithPictureUri() публичный статический Метод

The Avatar/Profile picture Uri claim, if one exists.
public static WithPictureUri ( this claimsPrincipal ) : string
claimsPrincipal this ClaimsPrincipal: the claims principal.
Результат string

WithUserId() публичный статический Метод

The UserId claim, if one exists.
public static WithUserId ( this claimsPrincipal ) : string
claimsPrincipal this ClaimsPrincipal: the claims principal.
Результат string