ClaimDescription Constructor

Namespace: Microsoft.IdentityServer.PowerShell.Resources
Assembly: Microsoft.IdentityServer.PowerShell (in microsoft.identityserver.powershell.dll)

Usage

    Dim identifier As String
Dim isRequired As Boolean

Dim instance As New ClaimDescription(identifier, isRequired)

Syntax

'Declaration
Public Sub New ( _
    identifier As String, _
    isRequired As Boolean _
)
public ClaimDescription (
    string identifier,
    bool isRequired
)
public:
ClaimDescription (
    String^ identifier, 
    bool isRequired
)
public ClaimDescription (
    String identifier, 
    boolean isRequired
)
public function ClaimDescription (
    identifier : String, 
    isRequired : boolean
)

Parameters

  • identifier
     
  • isRequired
     

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003 , Windows Server 2008, and Windows 2000

Target Platforms

See Also

Reference

ClaimDescription Class
ClaimDescription Members
Microsoft.IdentityServer.PowerShell.Resources Namespace