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 | |
---|---|---|
RSTRResult() | This class supports the AD FS infrastructure and is not intended for public use. Initializes a new instance of the RSTRResult class. |
|
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 | |
---|---|---|
CredentialsVerification | Gets or sets the CredentialsVerificationInfo object resulting from credential validation of the user. |
|
ForeignRealmUri | Gets or sets the URI for the foreign realm. |
|
LogonAcceleratorToken | Gets or sets the logon accelerator token. |
|
PolicyVersion | Gets or sets the VersionInformation for the policy. |
|
SecurityToken | Gets or sets the security token. |
|
Status | Gets or sets the RSTRStatus. |
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) |
|
Finalize() | (Inherited from Object.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetType() | (Inherited from Object.) |
|
MemberwiseClone() | (Inherited from Object.) |
|
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