GenericTokenServiceClient Members
Represents a proxy class that communicates with security token services.
The following tables list the members exposed by the GenericTokenServiceClient type.
Public Constructors
Name | Description | |
---|---|---|
GenericTokenServiceClient | Initializes a new instance of the GenericTokenServiceClient class using the specified endpoint reference of the security token service. |
Top
Public Properties
(see also Protected Properties )
Name | Description | |
---|---|---|
Channel | Gets the output channel for the sender. (Inherited from SoapSender) | |
DefaultTimeout | The time to wait for a response from a SendRequestResponse operation for all soap clients. (Inherited from SoapClient) | |
Destination | Specifies the SOAP message receiver endpoint. (Inherited from SoapSender) | |
Pipeline | Gets or sets an object that allows custom filtering of messages. (Inherited from SoapPort) | |
RequestSoapContext | Gets the SOAP context for the security token request. (Inherited from SecurityTokenServiceClient) | |
RequireMtom | Gets or sets a value indicating whether SOAP messages must be MTOM encoded.(Inherited from SoapSender) | |
ResponseSoapContext | Gets the SOAP context for the security token request response. (Inherited from SecurityTokenServiceClient) | |
SessionState | (Inherited from SoapSender ) | |
SoapVersion | Gets or sets the version of the SOAP protocol.(Inherited from SoapClient) | |
Timeout | The time to wait for a response from a SendRequestResponse operation. (Inherited from SoapClient) |
Top
Protected Properties
Name | Description | |
---|---|---|
SoapServiceAttribute | Gets the SoapServiceAttribute for the SoapClient.(Inherited from SoapClient) |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
BeginCancelGenericToken | Begins an asynchronous request that informs the security token service that the security token is no longer needed. | |
BeginCancelSecurityToken | (Inherited from SecurityTokenServiceClient ) | |
BeginIssueGenericToken | Begins an asynchronous request for a security token from a security token service. | |
BeginIssueSecurityToken | (Inherited from SecurityTokenServiceClient ) | |
BeginIssueSecurityTokenResponse | (Inherited from SecurityTokenServiceClient ) | |
BeginRenewSecurityToken | (Inherited from SecurityTokenServiceClient ) | |
BeginRenewSecurityTokenResponse | (Inherited from SecurityTokenServiceClient ) | |
BeginSend | (Inherited from SoapSender ) | |
BeginValidateSecurityToken | (Inherited from SecurityTokenServiceClient ) | |
BeginValidateSecurityTokenResponse | (Inherited from SecurityTokenServiceClient ) | |
CancelGenericToken | Sends a security token request that informs the security token service that the security token is no longer needed. | |
CancelSecurityToken | (Inherited from SecurityTokenServiceClient ) | |
EndCancelGenericToken | Completes an asynchronous request that informs the security token service that the security token is no longer needed. | |
EndCancelSecurityToken | (Inherited from SecurityTokenServiceClient ) | |
EndIssueGenericToken | Completes an asynchronous request for a security token from a security token service. | |
EndIssueSecurityToken | (Inherited from SecurityTokenServiceClient ) | |
EndIssueSecurityTokenResponse | (Inherited from SecurityTokenServiceClient ) | |
EndRenewSecurityToken | (Inherited from SecurityTokenServiceClient ) | |
EndRenewSecurityTokenResponse | (Inherited from SecurityTokenServiceClient ) | |
EndSend | (Inherited from SoapSender ) | |
EndValidateSecurityToken | (Inherited from SecurityTokenServiceClient ) | |
EndValidateSecurityTokenResponse | (Inherited from SecurityTokenServiceClient ) | |
Equals | Overloaded. (Inherited from Object ) | |
GetHashCode | (Inherited from Object ) | |
GetType | (Inherited from Object ) | |
IssueGenericToken | Requests a security token from a security token service. | |
IssueSecurityToken | (Inherited from SecurityTokenServiceClient ) | |
IssueSecurityTokenResponse | (Inherited from SecurityTokenServiceClient ) | |
ReferenceEquals | (Inherited from Object ) | |
RenewSecurityToken | (Inherited from SecurityTokenServiceClient ) | |
RenewSecurityTokenResponse | (Inherited from SecurityTokenServiceClient ) | |
Send | (Inherited from SoapSender ) | |
SetPolicy | Overloaded. (Inherited from SoapSender ) | |
ToString | (Inherited from Object ) | |
ValidateSecurityToken | (Inherited from SecurityTokenServiceClient ) | |
ValidateSecurityTokenResponse | (Inherited from SecurityTokenServiceClient ) |
Top
Protected Methods
Name | Description | |
---|---|---|
BeginRequestSecurityToken | (Inherited from SecurityTokenServiceClient ) | |
BeginSendOneWay | Overloaded. (Inherited from SoapClient ) | |
BeginSendRequestResponse | Overloaded. (Inherited from SoapClient ) | |
EndRequestSecurityToken | (Inherited from SecurityTokenServiceClient ) | |
EndSendOneWay | (Inherited from SoapClient ) | |
EndSendRequestResponse | (Inherited from SoapClient ) | |
FilterMessage | (Inherited from SoapSender ) | |
Finalize | (Inherited from Object ) | |
MemberwiseClone | (Inherited from Object ) | |
RequestSecurityToken | (Inherited from SecurityTokenServiceClient ) | |
RetrieveIssuedToken | Gets the issued security token from the specified security token request and its response. | |
SendOneWay | Overloaded. (Inherited from SoapClient ) | |
SendRequestResponse | Overloaded. (Inherited from SoapClient ) | |
SetupIssuedToken | (Inherited from SecurityTokenServiceClient ) |
Top
See Also
Reference
GenericTokenServiceClient Class
Microsoft.Web.Services3.Security Namespace