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

Usage

Visual Basic
Dim assertion As SamlAssertion

Dim instance As New Saml11SecurityKeyIdentifierClause(assertion)

Syntax

Visual Basic
Public Sub New ( _
		assertion As SamlAssertion _
)
C#
public Saml11SecurityKeyIdentifierClause (
		SamlAssertion assertion
)
C++
public:
Saml11SecurityKeyIdentifierClause (
		SamlAssertion^ assertion
)
J#
public Saml11SecurityKeyIdentifierClause (
		SamlAssertion assertion
)
JScript
public function Saml11SecurityKeyIdentifierClause (
		assertion : SamlAssertion
)

Parameters

assertion

Platforms

Development Platforms

Windows Server 2003, Windows Vista

Target Platforms

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

See Also