Gets the auth method.

Namespace: Com.Tibco.As.Space.Security
Assembly: TIBCO.ActiveSpaces.Common (in TIBCO.ActiveSpaces.Common.dll) Version: 2.0.0.0 (2.2.0.015)

Syntax

C#
public AuthenticationInfo..::..Method AuthenticationMethod { get; }
Visual Basic
Public ReadOnly Property AuthenticationMethod As AuthenticationInfo..::..Method
	Get
Visual C++
public:
property AuthenticationInfo..::..Method AuthenticationMethod {
	AuthenticationInfo..::..Method get ();
}
F#
member AuthenticationMethod : AuthenticationInfo..::..Method with get

Property Value

Type: AuthenticationInfo..::..Method
The auth method

See Also