RSTRStatus Enumeration
This enumeration supports the AD FS infrastructure and is not intended for public use. An RSTRStatus enumeration is set on an RSTRResult object to indicate the result of the LsRequestSecurityToken and LsRequestSecurityTokenWithCookie methods.
Namespace: System.Web.Security.SingleSignOn
Assembly: System.Web.Security.SingleSignOn (in System.Web.Security.SingleSignOn.dll)
Syntax
public enum RSTRStatus
public enum class RSTRStatus
type RSTRStatus
Public Enumeration RSTRStatus
Members
Member name | Description | |
---|---|---|
GenerationFailure | Generation failed. |
|
InvalidTarget | The target is invalid. |
|
NoAcceptableCredential | The token does not have acceptable credentials. |
|
NoAccountStores | There are no configured account stores. |
|
NoAccountStoresForCert | Only ADAM stores, which do not support certificate authentication, are configured. |
|
NoActiveDirectoryForSids | No Active Directory account stores are configured. |
|
SidExpansionFailure | Active Directory group expansion failure. |
|
Success | The operation is successful. |
|
Unset | The token is unset. |
|
ValidationFailure | The validation failed. |
|
WrongPrincipal | Token is valid but for a different principal. |
See Also
System.Web.Security.SingleSignOn Namespace
Return to top