<label> Element

Specifies the label parameter in the key generation algorithm for UsernameToken security tokens.

<microsoft.web.services2> Element
  <security> Element
    <securityTokenManager> Element

<label>the label</label>

Attributes and Elements

Attributes

None

Child Elements

None

Parent Elements

Element Description

<securityTokenManager> Element

Specifies a user supplied custom security token manager for an XML-based security token.

Text Value

A text value is required. The text value is the label parameter in the key generation algorithm for UsernameToken security tokens.

Remarks

The default value of the label parameter in the key generation algorithm for UsernameToken security tokens is WS-Security. Use the <label> element to override this default value.

The <label> element is only valid when the <securityTokenManager> Element that contains it refers to a custom UsernameTokenManager. When this element is set, the same value must be added to the configuration file for both the sender and receiver of the SOAP message.

See Also

Reference

<securityTokenManager> Element