Properties Class
Represents property values of DerivedKeyToken security tokens.
Namespace: Microsoft.Web.Services2.Security
Assembly: Microsoft.Web.Services2 (in microsoft.web.services2.dll)
Usage
'Usage
Dim properties1 As New Properties()
Syntax
'Declaration
Public Class Properties
Implements IXmlElement
public class Properties : IXmlElement
public ref class Properties : public 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.Services2.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 Longhorn, and Windows 2000
Target Platforms
Windows 2000, Windows 2000 Server, Windows 2000 Advanced Server, Windows XP Home Edition, Windows XP Professional, Windows Server 2003, Windows Longhorn, Pocket PC, Windows CE, Smart Phone
See Also
Reference
Microsoft.Web.Services2.Security Namespace
Properties