ServiceTokenCollection.GetElementKey Method

Gets the element key for a specified configuration element when overridden in a derived class.

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

Usage

'Usage
Public Class serviceTokenCollectionImplementation
    Inherits ServiceTokenCollection
        Protected Overrides Function GetElementKey(element As ConfigurationElement)
            MyBase.GetElementKey(element)
        End Function
End Class

Syntax

'Declaration
Protected Overrides Function GetElementKey( _
    ByVal element As ConfigurationElement _
) As Object
protected override object GetElementKey(
    ConfigurationElement element
);
protected:
virtual Object^ GetElementKey(
    ConfigurationElement^ element
) override;
protected override System.Object GetElementKey(
    ConfigurationElement element
);
protected override function GetElementKey(
     element : ConfigurationElement
) : Object;

Parameters

  • element
    The ConfigurationElement to return the key for.

Return Value

An Object that acts as the key for the specified ConfigurationElement.

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

ServiceTokenCollection Class
ServiceTokenCollection Members
Microsoft.Web.Services3.Security.Configuration Namespace