KeyIdentifier Class

Specifies or references a security token uniquely.

Namespace: Microsoft.Web.Services3.Security
Assembly: Microsoft.Web.Services3 (in microsoft.web.services3.dll)

Usage

'Usage
Dim identifier() As Byte
Dim keyIdentifier1 As New KeyIdentifier(identifier)

Syntax

'Declaration
Public Class KeyIdentifier
    Inherits OpenAttributeElement
public class KeyIdentifier : OpenAttributeElement
public ref class KeyIdentifier : OpenAttributeElement
public class KeyIdentifier extends OpenAttributeElement
public class KeyIdentifier extends OpenAttributeElement

Remarks

A KeyIdentifier resides in a SecurityTokenReference so that a token can be referenced uniquely and constantly using an identifier.

For more information on the <KeyIdentifier> element, please refer to the Web Services Security Addendum in the MSDN Library (https://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnglobspec/html/ws-security-addendum.asp ).

Inheritance Hierarchy

System.Object
   Microsoft.Web.Services3.Xml.OpenAttributeElement
    Microsoft.Web.Services3.Security.KeyIdentifier

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, Windows 2000, Windows 2000 Server, Windows 2000 Advanced Server

Target Platforms

See Also

Reference

KeyIdentifier Members
Microsoft.Web.Services3.Security Namespace