AccountClaimRequestInfo Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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