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 | |
---|---|---|
Actor | Gets the actor name for this receiver.(inherited from SoapReceiver) | |
DispatchModel | Gets the SoapReceiver.MessageDispatch model for this SoapReceiver.(inherited from SoapReceiver) | |
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) | |
Pipeline | Gets or sets an object that allows custom filtering of messages.(inherited from SoapPort) |
Top
Protected Properties
Name | Description | |
---|---|---|
AutoIssueSCTService | Gets the security token service that automatically issues SecurityContextToken security tokens for the current application domain.(inherited from SoapService) | |
RequestEncryptingToken | Gets or sets the security token used to encrypt the requestor's entropy value. | |
RequestSigningToken | Gets the security token used to digitally sign the security token request. | |
ResponseEncryptingToken | Gets or sets a security token used to encrypt the response. | |
ResponseSigningToken | Gets or sets the security token used to digitally sign the response. |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
Equals | (inherited from Object ) | |
GetHashCode | (inherited from Object ) | |
GetType | (inherited from Object ) | |
IssueSecurityTokenRequest | Overloaded. | |
ProcessMessage | Processes a SoapEnvelope by filtering it through the pipeline and then calling the appropriate Receive method. (inherited from SoapReceiver) | |
ProcessRequest | Processes the request based on the HTTP Method and SOAP Action. (inherited from SoapReceiver) | |
RenewSecurityTokenRequest | Overloaded. | |
RequestDescription | Provides a SOAP method for retrieving the description. (inherited from SoapService) | |
ToString | (inherited from Object ) | |
ValidateSecurityTokenRequest | Overloaded. |
Top
Protected Methods
Name | Description | |
---|---|---|
EnforceResponseConfidentiality | Encrypts the entropy value being returned. | |
EnforceResponseIntegrity | Signs the response from the security token request. | |
EnforceResponsePolicy | Encrypts the returned entropy value, signs the response, and ensures the AppliesTo property is not null. | |
EnforceResponseUsernameTokenConfidentiality | [To be supplied.] | |
FilterMessage | Processes the input message through the pipeline. (inherited from SoapReceiver) | |
Finalize | (inherited from Object ) | |
GetDescription | Returns an XML document containing the description of the SOAP service. (inherited from SoapService) | |
IssueSecurityToken | Handles an incoming security token request to issue a security token. | |
MemberwiseClone | (inherited from Object ) | |
PreProcessHttpChannel | Saves the specified channel to the Context of the specified message. (inherited from SoapService) | |
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) | |
ProcessMessageHeaders | Processes the header section of the SoapEnvelope. (inherited from SoapReceiver) | |
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) | |
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) | |
Receive | Overloaded. (inherited from SoapService ) | |
RenewSecurityToken | Handles an incoming request to renew a security token. | |
SetActor | Sets the actor name for this receiver. (inherited from SoapReceiver) | |
SetupIssuedToken | Initializes any IIssuedToken properties of the issued security token based on the security token request and its response. | |
ValidateSecurityToken | Handles a request to a security token service to validate a security token. | |
VerifyRequestConfidentiality | Verifies that the request to the security token service has encrypted the appropriate elements. | |
VerifyRequestIntegrity | Verifies that the request from the security token service has signed the appropriate elements. | |
VerifyRequestPolicy | Verifies that the request to the security token service has encrypted and signed the appropriate elements. | |
VerifyRequestUsernameTokenConfidentiality | [To be supplied.] |
Top
See Also
Reference
SecurityTokenService Class
Microsoft.Web.Services2.Security Namespace