EntityId Constructor (String)

Namespace: Microsoft.IdentityModel.Protocols.WSFederation.Metadata
Assembly: Microsoft.IdentityModel (in microsoft.identitymodel.dll)

Usage

    Dim id As String

Dim instance As New EntityId(id)

Syntax

'Declaration
Public Sub New ( _
    id As String _
)
public EntityId (
    string id
)
public:
EntityId (
    String^ id
)
public EntityId (
    String id
)
public function EntityId (
    id : String
)

Parameters

  • id
     

Platforms

Development Platforms

Windows Server 2003, Windows Vista

Target Platforms

Windows Server 2008, Windows Vista, Not tested on Windows XP

See Also

Reference

EntityId Class
EntityId Members
Microsoft.IdentityModel.Protocols.WSFederation.Metadata Namespace