ActiveDirectoryAccountStore Class
An Active Directory account store.
Namespace: System.Web.Security.SingleSignOn
Assembly: System.Web.Security.SingleSignOn (in System.Web.Security.SingleSignOn.dll)
Inheritance Hierarchy
System.Object
System.Web.Security.SingleSignOn.TrustPolicyEntryBase
System.Web.Security.SingleSignOn.TrustPolicyEntry
System.Web.Security.SingleSignOn.AccountStore
System.Web.Security.SingleSignOn.ActiveDirectoryAccountStore
Syntax
[ComVisibleAttribute(true)]
public sealed class ActiveDirectoryAccountStore : AccountStore
[ComVisibleAttribute(true)]
public ref class ActiveDirectoryAccountStore sealed : AccountStore
[<Sealed>]
[<ComVisibleAttribute(true)>]
type ActiveDirectoryAccountStore =
class
inherit AccountStore
end
<ComVisibleAttribute(True)>
Public NotInheritable Class ActiveDirectoryAccountStore
Inherits AccountStore
Constructors
Name | Description | |
---|---|---|
ActiveDirectoryAccountStore() | This API supports the product infrastructure and is not intended to be used directly from your code. Initializes a new instance of the ActiveDirectoryAccountStore class. |
Properties
Name | Description | |
---|---|---|
Disabled | Gets or sets whether the trust with this realm is currently active. If this is set, no tokens will be accepted from this partner.(Inherited from TrustPolicyEntryBase.) |
|
GroupGenerations | Gets or sets an ADGroupGenerationCollection object. |
|
LdapDirectory | Gets or sets the LdapDirectoryAccountStore LDAP Directory object on the Active Directory store. This object can be used to generate claims from LDAP attributes on user accounts. |
|
TrustEntryDisplayName | Gets or sets the display name for this TrustPolicyEntry.(Inherited from TrustPolicyEntry.) |
|
TrustPolicyEntryUri | Gets or sets the Uri for this TrustPolicyEntry.(Inherited from TrustPolicyEntry.) |
|
uuid | Gets or sets the universal unique identifier (UUID) for this TrustPolicyEntryBase object.(Inherited from TrustPolicyEntryBase.) |
Methods
Name | Description | |
---|---|---|
CreateLdapDirectory() | Creates the LDAP directory object on the Active Directory store. This object can be used to generate claims from LDAP attributes on user accounts. |
|
Equals(Object) | (Inherited from Object.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetType() | (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