Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Indicates whether shadow accounts are known to exist for users from a particular account partner. The ShadowAccountExistance enumeration is part of the Federation Service’s trust policy configuration.
Namespace: System.Web.Security.SingleSignOn
Assembly: System.Web.Security.SingleSignOn (in System.Web.Security.SingleSignOn.dll)
Syntax
public enum ShadowAccountExistance
public enum class ShadowAccountExistance
type ShadowAccountExistance
Public Enumeration ShadowAccountExistance
Members
| Member name | Description | |
|---|---|---|
| ShadowAccountsAbsent | Shadow accounts are not deployed for any users from the account partner. |
|
| ShadowAccountsForAllUsers | Shadow accounts are deployed for all users from the account partner. |
|
| ShadowAccountsForSomeUsers | Shadow accounts are deployed for some users from the account partner. |
|
| Unspecified | AD FS will decide whether to use a shadow account based on the claims in the token. |
See Also
System.Web.Security.SingleSignOn Namespace
Return to top