The SpecialPrincipal type exposes the following members.
Methods
| Type | Name | Description |
|---|---|---|
![]() | Equals | (Overrides Object..::.Equals(Object).) |
![]() | Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | (Overrides Object..::.GetHashCode()()().) |
![]() | GetObjectData |
This method is exposed to satisfy the ISerializable interface.
|
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | GetValue |
Returns a String associated with a specific instance of this class.
The value will be either AUTHENTICATED_USERS or CREATOR_OWNER.
|
![]() ![]() | IsAuthenticatedUsers |
Return whether or not this principal is the special #AUTHENTICATED-USERS pseudo-group.
|
![]() ![]() | IsCreatorOwner |
Return whether or not this principal is the special #CREATOR-OWNER pseudo-group.
|
![]() ![]() | IsRealmUsers |
Return whether or not this principal is the special #REALM-USERS(realmNameOrId) pseudo-group.
|
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() ![]() | ParseRealmUsers |
Return the realm name or ID string part of a #REALM-USERS principal
or null if this is not a syntactically correct #REALM-USERS principal
(the name or ID part is not checked for validity).
|
![]() ![]() | REALM_USERS | Overloaded. |
![]() | ToString |
Returns a String representation of this SpecialPrincipal
instance.
(Overrides Object..::.ToString()()().) |


