SecurityContextTokenService Members

Represents a security token service that issues SecurityContextToken security tokens.

The following tables list the members exposed by the SecurityContextTokenService type.

Public Constructors

  Name Description
SecurityContextTokenService Initializes a new instance of the SecurityTokenService class.

Top

Public Fields

  Name Description
public field static RequestDescriptionAction  Specifies a Uniform Resource Identifier (URI) that represents the action used for requests for the service description. This field is constant. (Inherited from SoapReceiver)

Top

Public Properties

  Name Description
public property Actor  Gets the actor name for this receiver. (Inherited from SoapReceiver)
public property DispatchModel  Gets the SoapReceiver.MessageDispatch model for this SoapReceiver. (Inherited from SoapReceiver)
public property IsReusable  This method supports the Web Services Enhancements for Microsoft .NET (WSE) infrastructure and is not intended to be used directly from your code. (Inherited from SoapReceiver)
public property Pipeline  Gets or sets an object that allows custom filtering of messages. (Inherited from SoapPort)

Top

Public Methods

(see also Protected Methods )

  Name Description
public method CancelSecurityContextTokenRequest  
public method CancelSecurityTokenRequest  (Inherited from SecurityTokenService )
public method DispatchMessage  (Inherited from SoapReceiver )
public method Equals  Overloaded. (Inherited from Object )
public method GetHashCode  (Inherited from Object )
public method GetType  (Inherited from Object )
public method IssueSecurityContextTokenRequest Overloaded. Handles an incoming security token request to issue a security token.
public method IssueSecurityTokenRequest  Overloaded. (Inherited from SecurityTokenService )
public method ProcessMessage  (Inherited from SoapReceiver )
public method ProcessRequest  (Inherited from SoapReceiver )
public method static ReferenceEquals  (Inherited from Object )
public method RenewSecurityTokenRequest  Overloaded. (Inherited from SecurityTokenService )
public method RequestDescription  (Inherited from SoapService )
public method SetPolicy  Overloaded. (Inherited from SoapReceiver )
public method ToString  (Inherited from Object )
public method ValidateSecurityTokenRequest  Overloaded. (Inherited from SecurityTokenService )

Top

Protected Methods

  Name Description
protected method CancelSecurityToken Overridden.  
protected method FilterMessage  (Inherited from SoapReceiver )
protected method Finalize  (Inherited from Object )
protected method GetDescription  (Inherited from SoapService )
protected method GetTargetType  [To be supplied.] (Inherited from SoapReceiver)
protected method IssueSecurityToken Overridden. Handles an incoming security token request to issue a SecurityContextToken security token.
protected method MemberwiseClone  (Inherited from Object )
protected method PreProcessAspNetMessage  (Inherited from SoapReceiver )
protected method ProcessAspNetNonSoapRequest  (Inherited from SoapReceiver )
protected method ProcessAspNetSoapRequest  (Inherited from SoapReceiver )
protected method ProcessMessageHeaders  (Inherited from SoapReceiver )
protected method Receive  Overloaded. (Inherited from SoapReceiver )
protected method RenewSecurityToken  (Inherited from SecurityTokenService )
protected method RouteRequest  (Inherited from SoapService )
protected method SetActor  (Inherited from SoapReceiver )
protected method SetupIssuedToken  (Inherited from SecurityTokenService )
protected method ValidateSecurityToken  (Inherited from SecurityTokenService )
protected method VerifyCancelPolicy  (Inherited from SecurityTokenService )

Top

See Also

Reference

SecurityContextTokenService Class
Microsoft.Web.Services3.Security Namespace
IssueSecurityToken
SecurityContextTokenServiceClient

Other Resources

Issuing Security Tokens