Click or drag to resize
SecurityClassPropertyIsNewContextOK Method

[Missing <summary> documentation for "M:X3Platform.Security.SecurityClassProperty.IsNewContextOK(System.Runtime.Remoting.Contexts.Context)"]

Namespace: X3Platform.Security
Assembly: X3Platform.Abstractions (in X3Platform.Abstractions.dll) Version: 1.0.0.0 (2.0.0.0)
Syntax
public bool IsNewContextOK(
	Context newCtx
)

Parameters

newCtx
Type: System.Runtime.Remoting.ContextsContext

[Missing <param name="newCtx"/> documentation for "M:X3Platform.Security.SecurityClassProperty.IsNewContextOK(System.Runtime.Remoting.Contexts.Context)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:X3Platform.Security.SecurityClassProperty.IsNewContextOK(System.Runtime.Remoting.Contexts.Context)"]

Implements

IContextPropertyIsNewContextOK(Context)
See Also