GetAuthToken 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
Used to obtain an authorization token, which is represented by the AuthToken class.
The following tables list the members exposed by the GetAuthToken type.
Public Constructors
Name | Description | |
---|---|---|
GetAuthToken | Overloaded. Initializes a new instance of the GetAuthToken class. |
Top
Public Properties
Name | Description | |
---|---|---|
Generic | Gets or sets the UDDI API version number in string form for the GetAuthToken object. | |
Password | Gets or sets the password that can be used for the authentication token. | |
Username | Gets or sets the user name that can be used for the authentication token. |
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) | |
Send | Transmits the GetAuthToken request to the UDDI server. | |
ToString | Overridden. Returns the contents of the GetAuthToken object in UDDI XML format. |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object) | |
MemberwiseClone | (Inherited from Object) |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
System.ICloneable.Clone | Creates a new object that is a copy of the current instance. |
Top