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.0.0.0 (2.4.0.001)

Syntax

C#
public AuthCallbackGuard(
	AuthenticationCallback cb
)
Visual Basic
Public Sub New ( 
	cb As AuthenticationCallback
)
Visual C++
public:
AuthCallbackGuard(
	AuthenticationCallback^ cb
)
F#
new : 
        cb : AuthenticationCallback -> AuthCallbackGuard

See Also