Click or drag to resize
SecurityManagementCheck Method
检测用户是否拥有权限

Namespace: X3Platform.Security
Assembly: X3Platform.Abstractions (in X3Platform.Abstractions.dll) Version: 1.0.0.0 (2.0.0.0)
Syntax
public static bool Check(
	IAccountInfo account,
	IAuthorizationScope[] authorizationScopes
)

Parameters

account
Type: X3Platform.MembershipIAccountInfo

[Missing <param name="account"/> documentation for "M:X3Platform.Security.SecurityManagement.Check(X3Platform.Membership.IAccountInfo,X3Platform.IAuthorizationScope[])"]

authorizationScopes
Type: X3PlatformIAuthorizationScope

[Missing <param name="authorizationScopes"/> documentation for "M:X3Platform.Security.SecurityManagement.Check(X3Platform.Membership.IAccountInfo,X3Platform.IAuthorizationScope[])"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:X3Platform.Security.SecurityManagement.Check(X3Platform.Membership.IAccountInfo,X3Platform.IAuthorizationScope[])"]

See Also