AuthToken Members
Note: The Microsoft UDDI SDK is not supported by or included in Microsoft Windows versions after Microsoft Windows Server 7. The Microsoft UDDI V3 SDK is included with Microsoft BizTalk Server. For more information about the Microsoft UDDI V3 SDK, see Microsoft BizTalk Server documentation
Represents a token used to identify an authorized user for various UDDI messages on UDDI servers using UDDI authentication. To obtain an instance of this class, use the GetAuthToken.Send method.
The following tables list the members exposed by the AuthToken type.
Public Constructors
Name | Description | |
---|---|---|
AuthToken | Overloaded. Initializes a new instance of the AuthToken class. |
Top
Public Properties
Name | Description | |
---|---|---|
AuthInfo | Gets or sets a string representation of the authentication token. Authentication tokens are opaque, server-assigned values that are required for all of the publish API calls. | |
Generic | Gets or sets the UDDI API version number in string form for the AuthToken object. | |
Operator | Gets or sets the certified name of the site operator of the UDDI server that manages the master copy of the data that is associated with this AuthToken object. The operator name is recorded when the data is saved. |
Top
Public Methods
(see also Protected Methods)
Name | Description | |
---|---|---|
Equals | Overloaded. (Inherited from Object) | |
GetHashCode | (Inherited from Object) | |
GetType | (Inherited from Object) | |
ReferenceEquals | (Inherited from Object) | |
ToString | Overridden. Returns the contents of the AuthToken object in UDDI XML format. |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object) | |
MemberwiseClone | (Inherited from Object) |
Top