IAccessControlService.QueryServiceIdentity Method
Include Protected Members
Include Inherited Members
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
QueryServiceIdentity(Guid) | Queries the service identity with the given ID. | |
QueryServiceIdentity(String) | Queries the service identity with the given name. | |
QueryServiceIdentity(Guid, Boolean) | Queries the service identity with the given ID.Optionally includes membership details. | |
QueryServiceIdentity(String, Boolean) | Queries the service identity with the given name.Optionally includes membership details. |
Top