ADGroupGeneration Class
Configures an ActiveDirectoryAccountStore so that the Federation Server generates group claims at run-time for authenticated users. Claims configurations are based on specified attributes, such as the common name (CN) attribute, e-mail addresses, UPNs, group SIDs or custom attributes, such as titles.
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.ADGroupGeneration
Syntax
[ComVisibleAttribute(true)]
public class ADGroupGeneration : TrustPolicyEntryBase
[ComVisibleAttribute(true)]
public ref class ADGroupGeneration : TrustPolicyEntryBase
[<ComVisibleAttribute(true)>]
type ADGroupGeneration =
class
inherit TrustPolicyEntryBase
end
<ComVisibleAttribute(True)>
Public Class ADGroupGeneration
Inherits TrustPolicyEntryBase
Constructors
Name | Description | |
---|---|---|
ADGroupGeneration() | This constructor is reserved for system use. Do not use. Initializes a new instance of the ADGroupGeneration class. |
Properties
Name | Description | |
---|---|---|
CorporateGroupUuid | Gets or sets the ADGroupGeneration universal unique identifier (UUID) for the group that is generated by the corresponding Active Directory group generation. |
|
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.) |
|
Sids | Gets a TrustPolicyStringCollection collection that contains the security identifiers (SIDs) that map to corporate role claims. The claim generation is then based on the SID. |
|
uuid | Gets or sets the universal unique identifier (UUID) for this TrustPolicyEntryBase object.(Inherited from TrustPolicyEntryBase.) |
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) |
|
Finalize() | (Inherited from Object.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetType() | (Inherited from Object.) |
|
MemberwiseClone() | (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