StsClientApi

RequestData Members

RequestData overview

Public Static (Shared) Fields

REQ_TYPE_VALUE_ISSUE Specifies that the security token request is for a security token to be issued.
REQ_TYPE_VALUE_VALIDATE Specifies that the security token request is for a security token to be validated.

Public Instance Constructors

RequestData Constructor Initializes a new instance of the RequestData class.

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.

Public Instance Methods

Equals (inherited from Object)Determines whether the specified Object is equal to the current Object.
GetHashCode (inherited from Object)Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table.
GetType (inherited from Object)Gets the Type of the current instance.
ToString (inherited from Object)Returns a String that represents the current Object.

Protected Instance Methods

Finalize (inherited from Object)Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
MemberwiseClone (inherited from Object)Creates a shallow copy of the current Object.

See Also

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