Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies the label parameter in the key generation algorithm for UsernameToken security tokens.
<microsoft.web.services3> Element
<security> Element
<securityTokenManager> Element
<add> Element for <securityTokenManager>
<label value="label" />
Attributes and Elements
Attributes
Attribute | Description |
---|---|
value |
Specifies the label parameter in the key generation algorithm for UsernameToken security tokens. |
Child Elements
None.
Parent Elements
Element | Description |
---|---|
Adds a user-supplied custom security token manager for an XML-based security token to the application domain. |
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.