SecurityTokenServiceClient Members
Represents a proxy class that communicates with security token services.
The following tables list the members exposed by the SecurityTokenServiceClient type.
Public Constructors
Name | Description | |
---|---|---|
SecurityTokenServiceClient | Overloaded. Initializes a new instance of the SecurityTokenServiceClient class. |
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. |
![]() |
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. |
![]() |
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 | |
---|---|---|
![]() |
BeginCancelSecurityToken | Begins an asynchronous request that informs the security token service that the security token is no longer needed. |
![]() |
BeginIssueSecurityToken | Begins an asynchronous request for a security token from a security token service. |
![]() |
BeginIssueSecurityTokenResponse | Begins an asynchronous request for a security token from a security token service using the response from a previous security token request. |
![]() |
BeginRenewSecurityToken | Begins an asynchronous request to a security token service to renew a security token. |
![]() |
BeginRenewSecurityTokenResponse | Begins an asynchronous request to a security token service to renew a security token using the response from a previous request. |
![]() |
BeginSend | (Inherited from SoapSender ) |
![]() |
BeginValidateSecurityToken | Begins an asynchronous request to a security token service to validate a security token. |
![]() |
BeginValidateSecurityTokenResponse | Begins an asynchronous request to a security token service to validate a security token using the response from a previous request. |
![]() |
CancelSecurityToken | Sends a security token request that informs the security token service that the security token is no longer needed. |
![]() |
EndCancelSecurityToken | Completes an asynchronous request that informs the security token service that the security token is no longer needed. |
![]() |
EndIssueSecurityToken | Completes an asynchronous request for a security token from a security token service. |
![]() |
EndIssueSecurityTokenResponse | Completes an asynchronous request for a security token from a security token service using the response from a previous security token request. |
![]() |
EndRenewSecurityToken | Completes an asynchronous request to a security token service to renew a security token. |
![]() |
EndRenewSecurityTokenResponse | Completes an asynchronous request to a security token service to renew a security token using the response from a previous request. |
![]() |
EndSend | (Inherited from SoapSender ) |
![]() |
EndValidateSecurityToken | Completes an asynchronous request to a security token service to validate a security token. |
![]() |
EndValidateSecurityTokenResponse | Completes an asynchronous request to a security token service to validate a security token using the response from a previous request. |
![]() |
Equals | Overloaded. (Inherited from Object ) |
![]() |
GetHashCode | (Inherited from Object ) |
![]() |
GetType | (Inherited from Object ) |
![]() |
IssueSecurityToken | Requests a security token from a security token service. |
![]() |
IssueSecurityTokenResponse | Requests a security token from a security token service using the response from a previous security token request. |
![]() ![]() |
ReferenceEquals | (Inherited from Object ) |
![]() |
RenewSecurityToken | Makes a request to a security token service to renew a security token. |
![]() |
RenewSecurityTokenResponse | Makes a request to a security token service to renew a security token using the response from a previous request. |
![]() |
Send | (Inherited from SoapSender ) |
![]() |
SetPolicy | Overloaded. (Inherited from SoapSender ) |
![]() |
ToString | (Inherited from Object ) |
![]() |
ValidateSecurityToken | Makes a request to a security token service to validate a security token. |
![]() |
ValidateSecurityTokenResponse | Makes a request to a security token service to validate a security token using the response from a previous request. |
Top
Protected Methods
Name | Description | |
---|---|---|
![]() |
BeginRequestSecurityToken | Begins an asynchronous security token request to a security token service. |
![]() |
BeginSendOneWay | Overloaded. (Inherited from SoapClient ) |
![]() |
BeginSendRequestResponse | Overloaded. (Inherited from SoapClient ) |
![]() |
EndRequestSecurityToken | Completes the asynchronous security token request sent to a security token service. |
![]() |
EndSendOneWay | (Inherited from SoapClient ) |
![]() |
EndSendRequestResponse | (Inherited from SoapClient ) |
![]() |
FilterMessage | (Inherited from SoapSender ) |
![]() |
Finalize | (Inherited from Object ) |
![]() |
MemberwiseClone | (Inherited from Object ) |
![]() |
RequestSecurityToken | Sends a security token request to a security token service. |
![]() |
SendOneWay | Overloaded. (Inherited from SoapClient ) |
![]() |
SendRequestResponse | Overloaded. (Inherited from SoapClient ) |
![]() |
SetupIssuedToken | Initializes any IIssuedToken properties of the issued security token based on the security token request and its response. |
Top
See Also
Reference
SecurityTokenServiceClient Class
Microsoft.Web.Services3.Security Namespace