Click or drag to resize
ApplicationProviderBindAuthorizationScopeObjects Method
配置应用的权限信息

Namespace: X3Platform.Apps.DAL.IBatis
Assembly: X3Platform.Apps (in X3Platform.Apps.dll) Version: 1.0.0.0 (2.0.0.0)
Syntax
public void BindAuthorizationScopeObjects(
	string applicationId,
	string authorityName,
	string scopeText
)

Parameters

applicationId
Type: SystemString
应用标识
authorityName
Type: SystemString
权限名称
scopeText
Type: SystemString
权限范围的文本

Implements

IApplicationProviderBindAuthorizationScopeObjects(String, String, String)
See Also