Share via


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  

Top

Public Properties

(see also Protected 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

Protected Properties

  Name Description
protected property AutoIssueSCTService  Gets the security token service that automatically issues SecurityContextToken security tokens for the current application domain.(inherited from SoapService)
protected property RequestEncryptingToken  Gets or sets the security token used to encrypt the requestor's entropy value.(inherited from SecurityTokenService)
protected property RequestSigningToken  Gets the security token used to digitally sign the security token request.(inherited from SecurityTokenService)
protected property ResponseEncryptingToken  Gets or sets a security token used to encrypt the response.(inherited from SecurityTokenService)
protected property ResponseSigningToken  Gets or sets the security token used to digitally sign the response.(inherited from SecurityTokenService)

Top

Public Methods

(see also Protected Methods )

  Name Description
public method Equals  (inherited from Object )
public method GetHashCode  (inherited from Object )
public method GetType  (inherited from Object )
public method IssueSecurityContextTokenRequest Overloaded.  
public method IssueSecurityTokenRequest  Overloaded. (inherited from SecurityTokenService )
public method ProcessMessage  Processes a SoapEnvelope by filtering it through the pipeline and then calling the appropriate Receive method. (inherited from SoapReceiver)
public method ProcessRequest  Processes the request based on the HTTP Method and SOAP Action. (inherited from SoapReceiver)
public method RenewSecurityTokenRequest  Overloaded. (inherited from SecurityTokenService )
public method RequestDescription  Provides a SOAP method for retrieving the description. (inherited from SoapService)
public method ToString  (inherited from Object )
public method ValidateSecurityTokenRequest  Overloaded. (inherited from SecurityTokenService )

Top

Protected Methods

  Name Description
protected method EnforceResponseConfidentiality  Encrypts the entropy value being returned. (inherited from SecurityTokenService)
protected method EnforceResponseIntegrity  Signs the response from the security token request. (inherited from SecurityTokenService)
protected method EnforceResponsePolicy  Encrypts the returned entropy value, signs the response, and ensures the AppliesTo property is not null. (inherited from SecurityTokenService)
protected method EnforceResponseUsernameTokenConfidentiality  [To be supplied.] (inherited from SecurityTokenService)
protected method FilterMessage  Processes the input message through the pipeline. (inherited from SoapReceiver)
protected method Finalize  (inherited from Object )
protected method GetDescription  Returns an XML document containing the description of the SOAP service. (inherited from SoapService)
protected method IssueSecurityToken Overridden. Handles an incoming security token request to issue a SecurityContextToken security token.
protected method MemberwiseClone  (inherited from Object )
protected method PreProcessHttpChannel  Saves the specified channel to the Context of the specified message. (inherited from SoapService)
protected method PreProcessHttpMessage  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)
protected method ProcessMessageHeaders  Processes the header section of the SoapEnvelope. (inherited from SoapReceiver)
protected method ProcessNonSoapRequest  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)
protected method ProcessSoapRequest  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)
protected method Receive  Overloaded. (inherited from SoapService )
protected method RenewSecurityToken  Handles an incoming request to renew a security token. (inherited from SecurityTokenService)
protected method SetActor  Sets the actor name for this receiver. (inherited from SoapReceiver)
protected method SetupIssuedToken  Initializes any IIssuedToken properties of the issued security token based on the security token request and its response. (inherited from SecurityTokenService)
protected method ValidateSecurityToken  Handles a request to a security token service to validate a security token. (inherited from SecurityTokenService)
protected method VerifyRequestConfidentiality  Verifies that the request to the security token service has encrypted the appropriate elements. (inherited from SecurityTokenService)
protected method VerifyRequestIntegrity  Verifies that the request from the security token service has signed the appropriate elements. (inherited from SecurityTokenService)
protected method VerifyRequestPolicy  Verifies that the request to the security token service has encrypted and signed the appropriate elements. (inherited from SecurityTokenService)
protected method VerifyRequestUsernameTokenConfidentiality  [To be supplied.] (inherited from SecurityTokenService)

Top

See Also

Reference

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

Other Resources