RSTRResult Class

 

This API supports the product infrastructure and is not intended to be used directly from your code.

This class supports the AD FS infrastructure and is not intended for public use. An RSTRResult object is used by the Federation Service to return the result of the LsRequestSecurityToken and LsRequestSecurityTokenWithCookie methods.

Namespace:   System.Web.Security.SingleSignOn
Assembly:  System.Web.Security.SingleSignOn (in System.Web.Security.SingleSignOn.dll)

Inheritance Hierarchy

System.Object
  System.Web.Security.SingleSignOn.RSTRResult

Syntax

[SerializableAttribute]
public class RSTRResult
[SerializableAttribute]
public ref class RSTRResult 
[<SerializableAttribute>]
type RSTRResult = class end
<SerializableAttribute>
Public Class RSTRResult

Constructors

Name Description
System_CAPS_pubmethod RSTRResult()

This class supports the AD FS infrastructure and is not intended for public use. Initializes a new instance of the RSTRResult class.

System_CAPS_pubmethod RSTRResult(RSTRStatus, VersionInformation, CredentialsVerificationInfo, String, Byte[], Byte[])

This class supports the AD FS infrastructure and is not intended for public use. Initializes a new instance of the RSTRResult class.

Properties

Name Description
System_CAPS_pubproperty CredentialsVerification

Gets or sets the CredentialsVerificationInfo object resulting from credential validation of the user.

System_CAPS_pubproperty ForeignRealmUri

Gets or sets the URI for the foreign realm.

System_CAPS_pubproperty LogonAcceleratorToken

Gets or sets the logon accelerator token.

System_CAPS_pubproperty PolicyVersion

Gets or sets the VersionInformation for the policy.

System_CAPS_pubproperty SecurityToken

Gets or sets the security token.

System_CAPS_pubproperty Status

Gets or sets the RSTRStatus.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Thread Safety

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

System.Web.Security.SingleSignOn Namespace

Return to top