Share via


SecurityTokenService Members

Represents a security token service.

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

Public Constructors

  Name Description
SecurityTokenService  

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.
protected property RequestSigningToken Gets the security token used to digitally sign the security token request.
protected property ResponseEncryptingToken Gets or sets a security token used to encrypt the response.
protected property ResponseSigningToken Gets or sets the security token used to digitally sign the response.

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 IssueSecurityTokenRequest Overloaded.  
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.  
public method RequestDescription  Provides a SOAP method for retrieving the description. (inherited from SoapService)
public method ToString  (inherited from Object )
public method ValidateSecurityTokenRequest Overloaded.  

Top

Protected Methods

  Name Description
protected method EnforceResponseConfidentiality Encrypts the entropy value being returned.
protected method EnforceResponseIntegrity Signs the response from the security token request.
protected method EnforceResponsePolicy Encrypts the returned entropy value, signs the response, and ensures the AppliesTo property is not null.
protected method EnforceResponseUsernameTokenConfidentiality [To be supplied.]
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 Handles an incoming security token request to issue a 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.
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.
protected method ValidateSecurityToken Handles a request to a security token service to validate a security token.
protected method VerifyRequestConfidentiality Verifies that the request to the security token service has encrypted the appropriate elements.
protected method VerifyRequestIntegrity Verifies that the request from the security token service has signed the appropriate elements.
protected method VerifyRequestPolicy Verifies that the request to the security token service has encrypted and signed the appropriate elements.
protected method VerifyRequestUsernameTokenConfidentiality [To be supplied.]

Top

See Also

Reference

SecurityTokenService Class
Microsoft.Web.Services2.Security Namespace