IApplicationServiceGetAuthorizationScopeObjects Method |
查询应用的权限信息
Namespace: X3Platform.Apps.IBLLAssembly: X3Platform.Apps (in X3Platform.Apps.dll) Version: 1.0.0.0 (2.0.0.0)
SyntaxIList<MembershipAuthorizationScopeObject> GetAuthorizationScopeObjects(
string applicationId,
string authorityName
)
IList<MembershipAuthorizationScopeObject^>^ GetAuthorizationScopeObjects(
String^ applicationId,
String^ authorityName
)
Parameters
- applicationId
- Type: SystemString
应用标识 - authorityName
- Type: SystemString
权限名称
Return Value
Type:
IListMembershipAuthorizationScopeObject[Missing <returns> documentation for "M:X3Platform.Apps.IBLL.IApplicationService.GetAuthorizationScopeObjects(System.String,System.String)"]
See Also