TrustedRealm.ShadowAccountExistance Property
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