Share via


Properties Class

Represents property values of DerivedKeyToken security tokens.

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

Usage

'Usage
Dim properties1 As New Properties()

Syntax

'Declaration
Public Class Properties
    Implements IXmlElement
public class Properties : IXmlElement
public ref class Properties : IXmlElement
public class Properties implements IXmlElement
public class Properties implements IXmlElement

Remarks

When the Properties class is serialized into XML representation it represents the <Properties> child element of a <DerivedKeyElement> defined in the WS-SecureConversation specification. Use this class to set attributes and the value of the <Properties> element.

The Properties property of the DerivedKeyToken class is of type Properties.

The Properties class contains the default values for the Label and Nonce properties of DerivedKeyToken instances created from an existing DerivedKeyToken instance. Additionally, the value of the Name property is used to set the initial value of the Id attribute of the XML element containing the serialized child DerivedKeyToken.

Inheritance Hierarchy

System.Object
  Microsoft.Web.Services3.Security.Properties

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

Properties Members
Microsoft.Web.Services3.Security Namespace
DerivedKeyToken.Properties