Share via


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
public property Channel  Gets the output channel for the sender. (Inherited from SoapSender)
public property static DefaultTimeout  The time to wait for a response from a SendRequestResponse operation for all soap clients. (Inherited from SoapClient)
public property Destination  Specifies the SOAP message receiver endpoint. (Inherited from SoapSender)
public property Pipeline  Gets or sets an object that allows custom filtering of messages. (Inherited from SoapPort)
public property RequestSoapContext Gets the SOAP context for the security token request.
public property RequireMtom  Gets or sets a value indicating whether SOAP messages must be MTOM encoded.(Inherited from SoapSender)
public property ResponseSoapContext Gets the SOAP context for the security token request response.
public property SessionState  (Inherited from SoapSender )
public property SoapVersion  Gets or sets the version of the SOAP protocol.(Inherited from SoapClient)
public property Timeout  The time to wait for a response from a SendRequestResponse operation. (Inherited from SoapClient)

Top

Protected Properties

  Name Description
protected property SoapServiceAttribute  Gets the SoapServiceAttribute for the SoapClient.(Inherited from SoapClient)

Top

Public Methods

(see also Protected Methods )

  Name Description
public method BeginCancelSecurityToken Begins an asynchronous request that informs the security token service that the security token is no longer needed.
public method BeginIssueSecurityToken Begins an asynchronous request for a security token from a security token service.
public method BeginIssueSecurityTokenResponse Begins an asynchronous request for a security token from a security token service using the response from a previous security token request.
public method BeginRenewSecurityToken Begins an asynchronous request to a security token service to renew a security token.
public method BeginRenewSecurityTokenResponse Begins an asynchronous request to a security token service to renew a security token using the response from a previous request.
public method BeginSend  (Inherited from SoapSender )
public method BeginValidateSecurityToken Begins an asynchronous request to a security token service to validate a security token.
public method BeginValidateSecurityTokenResponse Begins an asynchronous request to a security token service to validate a security token using the response from a previous request.
public method CancelSecurityToken Sends a security token request that informs the security token service that the security token is no longer needed.
public method EndCancelSecurityToken Completes an asynchronous request that informs the security token service that the security token is no longer needed.
public method EndIssueSecurityToken Completes an asynchronous request for a security token from a security token service.
public method EndIssueSecurityTokenResponse Completes an asynchronous request for a security token from a security token service using the response from a previous security token request.
public method EndRenewSecurityToken Completes an asynchronous request to a security token service to renew a security token.
public method EndRenewSecurityTokenResponse Completes an asynchronous request to a security token service to renew a security token using the response from a previous request.
public method EndSend  (Inherited from SoapSender )
public method EndValidateSecurityToken Completes an asynchronous request to a security token service to validate a security token.
public method EndValidateSecurityTokenResponse Completes an asynchronous request to a security token service to validate a security token using the response from a previous request.
public method Equals  Overloaded. (Inherited from Object )
public method GetHashCode  (Inherited from Object )
public method GetType  (Inherited from Object )
public method IssueSecurityToken Requests a security token from a security token service.
public method IssueSecurityTokenResponse Requests a security token from a security token service using the response from a previous security token request.
public method static ReferenceEquals  (Inherited from Object )
public method RenewSecurityToken Makes a request to a security token service to renew a security token.
public method RenewSecurityTokenResponse Makes a request to a security token service to renew a security token using the response from a previous request.
public method Send  (Inherited from SoapSender )
public method SetPolicy  Overloaded. (Inherited from SoapSender )
public method ToString  (Inherited from Object )
public method ValidateSecurityToken Makes a request to a security token service to validate a security token.
public method 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
protected method BeginRequestSecurityToken Begins an asynchronous security token request to a security token service.
protected method BeginSendOneWay  Overloaded. (Inherited from SoapClient )
protected method BeginSendRequestResponse  Overloaded. (Inherited from SoapClient )
protected method EndRequestSecurityToken Completes the asynchronous security token request sent to a security token service.
protected method EndSendOneWay  (Inherited from SoapClient )
protected method EndSendRequestResponse  (Inherited from SoapClient )
protected method FilterMessage  (Inherited from SoapSender )
protected method Finalize  (Inherited from Object )
protected method MemberwiseClone  (Inherited from Object )
protected method RequestSecurityToken Sends a security token request to a security token service.
protected method SendOneWay  Overloaded. (Inherited from SoapClient )
protected method SendRequestResponse  Overloaded. (Inherited from SoapClient )
protected method 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