ClaimsIdentityOptions.UserIdClaimType 属性

定义

获取或设置用于用户标识符声明的 ClaimType。 默认为 NameIdentifier

public:
 property System::String ^ UserIdClaimType { System::String ^ get(); void set(System::String ^ value); };
public string UserIdClaimType { get; set; }
member this.UserIdClaimType : string with get, set
Public Property UserIdClaimType As String

属性值

注解

这默认为 NameIdentifier

适用于