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

Usage

Visual Basic
Dim ski As SecurityKeyIdentifier

Dim instance As New KeyDescriptor(ski)

Syntax

Visual Basic
Public Sub New ( _
		ski As SecurityKeyIdentifier _
)
C#
public KeyDescriptor (
		SecurityKeyIdentifier ski
)
C++
public:
KeyDescriptor (
		SecurityKeyIdentifier^ ski
)
J#
public KeyDescriptor (
		SecurityKeyIdentifier ski
)
JScript
public function KeyDescriptor (
		ski : SecurityKeyIdentifier
)

Parameters

ski

Platforms

Development Platforms

Windows Server 2003, Windows Vista

Target Platforms

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

See Also