C#
Support for access labels is provided through the webMethods message interface IMessage, webMethods connection factory interface IConnectionFactory, and webMethods connection interface IConnection. These interfaces define the following properties for access labels:
IMessage
Set a client access label (short [] AccessLabel)
IConnectionFactory
Set an access label hint for a
Broker client when creating the connection (
CreateConnection(String serverCertDistiguishedName, String clientCertDistiguishedName, String accessLabelHint))
Set an access label to particular document automatically (
boolean AutomaticControlLabel)
IConnection
Get a client access label (short [] AccessLabel)