Share via


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
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. (Inherited from SecurityTokenServiceClient)
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. (Inherited from SecurityTokenServiceClient)
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 BeginCancelGenericToken Begins an asynchronous request that informs the security token service that the security token is no longer needed.
public method BeginCancelSecurityToken  (Inherited from SecurityTokenServiceClient )
public method BeginIssueGenericToken Begins an asynchronous request for a security token from a security token service.
public method BeginIssueSecurityToken  (Inherited from SecurityTokenServiceClient )
public method BeginIssueSecurityTokenResponse  (Inherited from SecurityTokenServiceClient )
public method BeginRenewSecurityToken  (Inherited from SecurityTokenServiceClient )
public method BeginRenewSecurityTokenResponse  (Inherited from SecurityTokenServiceClient )
public method BeginSend  (Inherited from SoapSender )
public method BeginValidateSecurityToken  (Inherited from SecurityTokenServiceClient )
public method BeginValidateSecurityTokenResponse  (Inherited from SecurityTokenServiceClient )
public method CancelGenericToken Sends a security token request that informs the security token service that the security token is no longer needed.
public method CancelSecurityToken  (Inherited from SecurityTokenServiceClient )
public method EndCancelGenericToken Completes an asynchronous request that informs the security token service that the security token is no longer needed.
public method EndCancelSecurityToken  (Inherited from SecurityTokenServiceClient )
public method EndIssueGenericToken Completes an asynchronous request for a security token from a security token service.
public method EndIssueSecurityToken  (Inherited from SecurityTokenServiceClient )
public method EndIssueSecurityTokenResponse  (Inherited from SecurityTokenServiceClient )
public method EndRenewSecurityToken  (Inherited from SecurityTokenServiceClient )
public method EndRenewSecurityTokenResponse  (Inherited from SecurityTokenServiceClient )
public method EndSend  (Inherited from SoapSender )
public method EndValidateSecurityToken  (Inherited from SecurityTokenServiceClient )
public method EndValidateSecurityTokenResponse  (Inherited from SecurityTokenServiceClient )
public method Equals  Overloaded. (Inherited from Object )
public method GetHashCode  (Inherited from Object )
public method GetType  (Inherited from Object )
public method IssueGenericToken Requests a security token from a security token service.
public method IssueSecurityToken  (Inherited from SecurityTokenServiceClient )
public method IssueSecurityTokenResponse  (Inherited from SecurityTokenServiceClient )
public method static ReferenceEquals  (Inherited from Object )
public method RenewSecurityToken  (Inherited from SecurityTokenServiceClient )
public method RenewSecurityTokenResponse  (Inherited from SecurityTokenServiceClient )
public method Send  (Inherited from SoapSender )
public method SetPolicy  Overloaded. (Inherited from SoapSender )
public method ToString  (Inherited from Object )
public method ValidateSecurityToken  (Inherited from SecurityTokenServiceClient )
public method ValidateSecurityTokenResponse  (Inherited from SecurityTokenServiceClient )

Top

Protected Methods

  Name Description
protected method BeginRequestSecurityToken  (Inherited from SecurityTokenServiceClient )
protected method BeginSendOneWay  Overloaded. (Inherited from SoapClient )
protected method BeginSendRequestResponse  Overloaded. (Inherited from SoapClient )
protected method EndRequestSecurityToken  (Inherited from SecurityTokenServiceClient )
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  (Inherited from SecurityTokenServiceClient )
protected method RetrieveIssuedToken Gets the issued security token from the specified security token request and its response.
protected method SendOneWay  Overloaded. (Inherited from SoapClient )
protected method SendRequestResponse  Overloaded. (Inherited from SoapClient )
protected method SetupIssuedToken  (Inherited from SecurityTokenServiceClient )

Top

See Also

Reference

GenericTokenServiceClient Class
Microsoft.Web.Services3.Security Namespace