AuthorityMethodAttributeCheck Method |
检测权限
Namespace: X3Platform.Security.AuthorityAssembly: X3Platform.Abstractions (in X3Platform.Abstractions.dll) Version: 1.0.0.0 (2.0.0.0)
Syntaxpublic override bool Check(
IMethodCallMessage methodCallMessage
)
public:
virtual bool Check(
IMethodCallMessage^ methodCallMessage
) override
Parameters
- methodCallMessage
- Type: System.Runtime.Remoting.MessagingIMethodCallMessage
参数
Return Value
Type:
Boolean[Missing <returns> documentation for "M:X3Platform.Security.Authority.AuthorityMethodAttribute.Check(System.Runtime.Remoting.Messaging.IMethodCallMessage)"]
See Also