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です。

適用対象