Click or drag to resize
SecurityMethodAttributeCheck Method
验证权限方法,在 ContextAuthorityInfoValidSink 中调用此方法进行验证.

Namespace: X3Platform.Security
Assembly: X3Platform.Abstractions (in X3Platform.Abstractions.dll) Version: 1.0.0.0 (2.0.0.0)
Syntax
public abstract bool Check(
	IMethodCallMessage methodCallMessage
)

Parameters

methodCallMessage
Type: System.Runtime.Remoting.MessagingIMethodCallMessage
方法调用消息

Return Value

Type: Boolean

[Missing <returns> documentation for "M:X3Platform.Security.SecurityMethodAttribute.Check(System.Runtime.Remoting.Messaging.IMethodCallMessage)"]

See Also