Saml2AssertionKeyIdentifierClause Constructor (String)

Namespace: Microsoft.IdentityModel.Tokens.Saml2
Assembly: Microsoft.IdentityModel (in microsoft.identitymodel.dll)

Usage

    Dim id As String

Dim instance As New Saml2AssertionKeyIdentifierClause(id)

Syntax

'Declaration
Public Sub New ( _
    id As String _
)
public Saml2AssertionKeyIdentifierClause (
    string id
)
public:
Saml2AssertionKeyIdentifierClause (
    String^ id
)
public Saml2AssertionKeyIdentifierClause (
    String id
)
public function Saml2AssertionKeyIdentifierClause (
    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

Saml2AssertionKeyIdentifierClause Class
Saml2AssertionKeyIdentifierClause Members
Microsoft.IdentityModel.Tokens.Saml2 Namespace