次の方法で共有


AccountClaimRequestInfo Constructors

Definition

Overloads

AccountClaimRequestInfo(String)
AccountClaimRequestInfo(String, Boolean)
AccountClaimRequestInfo(String, String)
AccountClaimRequestInfo(String, String, Boolean)

AccountClaimRequestInfo(String)

public:
 AccountClaimRequestInfo(System::String ^ claimType);
public AccountClaimRequestInfo (string claimType);
new Microsoft.IdentityServer.Authentication.AccountClaimRequestInfo : string -> Microsoft.IdentityServer.Authentication.AccountClaimRequestInfo
Public Sub New (claimType As String)

Parameters

claimType
String

Applies to

AccountClaimRequestInfo(String, Boolean)

public:
 AccountClaimRequestInfo(System::String ^ claimType, bool isMandatory);
public AccountClaimRequestInfo (string claimType, bool isMandatory);
new Microsoft.IdentityServer.Authentication.AccountClaimRequestInfo : string * bool -> Microsoft.IdentityServer.Authentication.AccountClaimRequestInfo
Public Sub New (claimType As String, isMandatory As Boolean)

Parameters

claimType
String
isMandatory
Boolean

Applies to

AccountClaimRequestInfo(String, String)

public:
 AccountClaimRequestInfo(System::String ^ claimType, System::String ^ defaultValue);
public AccountClaimRequestInfo (string claimType, string defaultValue);
new Microsoft.IdentityServer.Authentication.AccountClaimRequestInfo : string * string -> Microsoft.IdentityServer.Authentication.AccountClaimRequestInfo
Public Sub New (claimType As String, defaultValue As String)

Parameters

claimType
String
defaultValue
String

Applies to

AccountClaimRequestInfo(String, String, Boolean)

public:
 AccountClaimRequestInfo(System::String ^ claimType, System::String ^ defaultValue, bool isMandatory);
public AccountClaimRequestInfo (string claimType, string defaultValue, bool isMandatory);
new Microsoft.IdentityServer.Authentication.AccountClaimRequestInfo : string * string * bool -> Microsoft.IdentityServer.Authentication.AccountClaimRequestInfo
Public Sub New (claimType As String, defaultValue As String, isMandatory As Boolean)

Parameters

claimType
String
defaultValue
String
isMandatory
Boolean

Applies to