SecurityTokenServiceClient Members
Represents a proxy class that communicates with security token services.
The following tables list the members exposed by the SecurityTokenServiceClient type.
Public Constructors
Name | Description | |
---|---|---|
SecurityTokenServiceClient | Overloaded. |
Top
Public Properties
(see also Protected Properties )
Name | Description | |
---|---|---|
Channel | Gets the output channel for the sender.(inherited from SoapSender) | |
Destination | Specifies the SOAP message receiver endpoint.(inherited from SoapSender) | |
Pipeline | Gets or sets an object that allows custom filtering of messages.(inherited from SoapPort) | |
Timeout | The time to wait for a response from a SendRequestResponse operation.(inherited from SoapClient) |
Top
Protected Properties
Name | Description | |
---|---|---|
RequestEntropyEncryptingToken | Gets or sets the security token that is used to encrypt the requestor's entropy value. | |
RequestSigningToken | Gets or sets the security token that is used to sign requests made to a security token service. | |
RequestSoapContext | Gets the SOAP context for the security token request. | |
ResponseSoapContext | Gets the SOAP context for the security token request response. | |
SoapServiceAttribute | Gets the SoapServiceAttribute for the SoapClient .(inherited from SoapClient) |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
BeginIssueSecurityToken | Begins an asynchronous request for a security token from a security token service. | |
BeginIssueSecurityTokenResponse | Begins an asynchronous request for a security token from a security token service using the response from a previous security token request. | |
BeginRenewSecurityToken | Begins an asynchronous request to a security token service to renew a security token. | |
BeginRenewSecurityTokenResponse | Begins an asynchronous request to a security token service to renew a security token using the response from a previous request. | |
BeginSend | Sends data asynchronously to a SOAP receiver. (inherited from SoapSender) | |
BeginValidateSecurityToken | Begins an asynchronous request to a security token service to validate a security token. | |
BeginValidateSecurityTokenResponse | Begins an asynchronous request to a security token service to validate a security token using the response from a previous request. | |
EndIssueSecurityToken | Completes an asynchronous request for a security token from a security token service. | |
EndIssueSecurityTokenResponse | Completes an asynchronous request for a security token from a security token service using the response from a previous security token request. | |
EndRenewSecurityToken | Completes an asynchronous request to a security token service to renew a security token. | |
EndRenewSecurityTokenResponse | Completes an asynchronous request to a security token service to renew a security token using the response from a previous request. | |
EndSend | Ends a pending asynchronous send operation. (inherited from SoapSender) | |
EndValidateSecurityToken | Completes an asynchronous request to a security token service to validate a security token. | |
EndValidateSecurityTokenResponse | Completes an asynchronous request to a security token service to validate a security token using the response from a previous request. | |
Equals | (inherited from Object ) | |
GetHashCode | (inherited from Object ) | |
GetType | (inherited from Object ) | |
IssueSecurityToken | Requests a security token from a security token service. | |
IssueSecurityTokenResponse | Requests a security token from a security token service using the response from a previous security token request. | |
RenewSecurityToken | Makes a request to a security token service to renew a security token. | |
RenewSecurityTokenResponse | Makes a request to a security token service to renew a security token using the response from a previous request. | |
Send | Transmits a SoapEnvelope via the TCP or HTTP protocol. (inherited from SoapSender) | |
ToString | (inherited from Object ) | |
ValidateSecurityToken | Makes a request to a security token service to validate a security token. | |
ValidateSecurityTokenResponse | Makes a request to a security token service to validate a security token using the response from a previous request. |
Top
Protected Methods
Name | Description | |
---|---|---|
BeginRequestSecurityToken | Begins an asynchronous security token request to a security token service. | |
BeginSendOneWay | Overloaded. (inherited from SoapClient ) | |
BeginSendRequestResponse | Overloaded. (inherited from SoapClient ) | |
ClearRequestSoapContext | ||
EndRequestSecurityToken | Completes the asynchronous security token request sent to a security token service. | |
EndSendOneWay | Ends a pending asynchronous send operation. (inherited from SoapClient) | |
EndSendRequestResponse | Ends a pending asynchronous request. (inherited from SoapClient) | |
EnforceRequestConfidentiality | Generates and encrypts the requestor's entropy value. | |
EnforceRequestIntegrity | Signs the request being made to the security token request. | |
EnforceRequestPolicy | Encrypts the requestor's entropy value, signs the request, and ensures the AppliesTo property is not null. | |
EnforceRequestUsernameTokenConfidentiality | ||
FilterMessage | Processes the output message through the pipeline. (inherited from SoapSender) | |
Finalize | (inherited from Object ) | |
MemberwiseClone | (inherited from Object ) | |
RequestSecurityToken | Sends a security token request to a security token service. | |
SendOneWay | Overloaded. (inherited from SoapClient ) | |
SendRequestResponse | Overloaded. (inherited from SoapClient ) | |
SetupIssuedToken | Initializes any IIssuedToken properties of the issued security token based on the security token request and its response. | |
VerifyResponseConfidentiality | Verifies the response from the security token service has encrypted the appropriate element(s). | |
VerifyResponseIntegrity | Verifies that the response from the security token service has signed the appropriate elements. | |
VerifyResponsePolicy | Verifies that the response from the security token service has encrypted and signed the appropriate elements. | |
VerifyResponseUsernameTokenConfidentiality |
Top
See Also
Reference
SecurityTokenServiceClient Class
Microsoft.Web.Services2.Security Namespace