Initializes a new instance of the AuthCallbackGuard class.

Namespace: Com.Tibco.As.Space.Security.Impl
Assembly: TIBCO.ActiveSpaces.Common (in TIBCO.ActiveSpaces.Common.dll) Version: 2.1.0.0 (2.1)

Syntax

C#
public AuthCallbackGuard(
	AuthenticationCallback cb
)
Visual Basic
Public Sub New ( _
	cb As AuthenticationCallback _
)
Visual C++
public:
AuthCallbackGuard(
	AuthenticationCallback^ cb
)

See Also