StsClientApi

RequestData Properties

The properties of the RequestData class are listed below. For a complete list of RequestData class members, see the RequestData Members topic.

Public Instance Properties

AppliesTo Specifies the target Web services for which the security token will be used.
Claims This dictionary contains a specific set of claims for the RST request.
ClientCertificate Credentials to use when using client certificate HTTP transport authentication.
EmbeddedToken Indicates if token is to be sent as embedded in RST instead of placed in the Security Header and referenced from the RST.
Endpoint A System.Uri that identifies the security token service.
RequestedTokenType The type of security token being requested.
RequestedTokenValueType The value type of the security token being requested. Applicable only when requesting a BinarySecurityToken.
RequestParameters This dictionary contains the request parameters.
RequestType Specifies that the security token request is for a security token to be processed.
SendingToken A SecurityToken used to validate the authenticity of the request.
SentMessage Saved SOAP which was sent from the client to the STS server. This information is available only after calling STS server. Don't use Set property yourself.

See Also

RequestData Class | com.pingidentity.Security.STS.Client Namespace