Click or drag to resize
AuthorityCheckerGetIntersectionAuthorities Method
��ȡ����Ȩ���б��Ľ���

Namespace: X3Platform.Security.Authority
Assembly: X3Platform.Abstractions (in X3Platform.Abstractions.dll) Version: 1.0.0.0 (2.0.0.0)
Syntax
public static IList<AuthorityInfo> GetIntersectionAuthorities(
	IList<AuthorityInfo> listA,
	params IList<AuthorityInfo>[] listB
)

Parameters

listA
Type: System.Collections.GenericIListAuthorityInfo

[Missing <param name="listA"/> documentation for "M:X3Platform.Security.Authority.AuthorityChecker.GetIntersectionAuthorities(System.Collections.Generic.IList{X3Platform.Security.Authority.AuthorityInfo},System.Collections.Generic.IList{X3Platform.Security.Authority.AuthorityInfo}[])"]

listB
Type: System.Collections.GenericIListAuthorityInfo

[Missing <param name="listB"/> documentation for "M:X3Platform.Security.Authority.AuthorityChecker.GetIntersectionAuthorities(System.Collections.Generic.IList{X3Platform.Security.Authority.AuthorityInfo},System.Collections.Generic.IList{X3Platform.Security.Authority.AuthorityInfo}[])"]

Return Value

Type: IListAuthorityInfo

[Missing <returns> documentation for "M:X3Platform.Security.Authority.AuthorityChecker.GetIntersectionAuthorities(System.Collections.Generic.IList{X3Platform.Security.Authority.AuthorityInfo},System.Collections.Generic.IList{X3Platform.Security.Authority.AuthorityInfo}[])"]

See Also