KeyDescriptor Constructor (SecurityKeyIdentifier)

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

Usage

    Dim ski As SecurityKeyIdentifier

Dim instance As New KeyDescriptor(ski)

Syntax

'Declaration
Public Sub New ( _
    ski As SecurityKeyIdentifier _
)
public KeyDescriptor (
    SecurityKeyIdentifier ski
)
public:
KeyDescriptor (
    SecurityKeyIdentifier^ ski
)
public KeyDescriptor (
    SecurityKeyIdentifier ski
)
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

Reference

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