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.
Gets or sets the existence of shadow accounts in this realm for the clients from this account partner.
Namespace: System.Web.Security.SingleSignOn
Assembly: System.Web.Security.SingleSignOn (in System.Web.Security.SingleSignOn.dll)
Syntax
public ShadowAccountExistance ShadowAccountExistance { get; set; }
public:
property ShadowAccountExistance ShadowAccountExistance {
ShadowAccountExistance get();
void set(ShadowAccountExistance value);
}
member ShadowAccountExistance : ShadowAccountExistance with get, set
Public Property ShadowAccountExistance As ShadowAccountExistance
Property Value
Type: System.Web.Security.SingleSignOn.ShadowAccountExistance
The existence of shadow accounts in this realm for the clients from this account partner.
See Also
TrustedRealm Class
System.Web.Security.SingleSignOn Namespace
Return to top