AuthorityCheckerGetAuthorities Method (String) |
��ȡȨ���б�
Namespace: X3Platform.Security.AuthorityAssembly: X3Platform.Abstractions (in X3Platform.Abstractions.dll) Version: 1.0.0.0 (2.0.0.0)
Syntaxpublic static IList<AuthorityInfo> GetAuthorities(
string[] authorityKeys
)
public:
static IList<AuthorityInfo^>^ GetAuthorities(
array<String^>^ authorityKeys
)
Parameters
- authorityKeys
- Type: SystemString
[Missing <param name="authorityKeys"/> documentation for "M:X3Platform.Security.Authority.AuthorityChecker.GetAuthorities(System.String[])"]
Return Value
Type:
IListAuthorityInfo[Missing <returns> documentation for "M:X3Platform.Security.Authority.AuthorityChecker.GetAuthorities(System.String[])"]
See Also