The AuthCallbackGuard class that is invoked to prompt the user

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 class AuthCallbackGuard : AuthenticationCallback
Visual Basic
Public Class AuthCallbackGuard
	Implements AuthenticationCallback
Visual C++
public ref class AuthCallbackGuard : AuthenticationCallback
F#
type AuthCallbackGuard =  
    class
        interface AuthenticationCallback
    end

Inheritance Hierarchy

System..::..Object
  Com.Tibco.As.Space.Security.Impl..::..AuthCallbackGuard

See Also