AuthenticationInfoAuthenticationMethod Property |
Gets the auth method.
Namespace: Com.Tibco.As.Space.SecurityAssembly: TIBCO.ActiveSpaces.Common (in TIBCO.ActiveSpaces.Common.dll) Version: 2.0.0.0 (2.1.5.12)
Syntaxpublic AuthenticationInfoMethod AuthenticationMethod { get; }
Public ReadOnly Property AuthenticationMethod As AuthenticationInfoMethod
Get
public:
property AuthenticationInfoMethod AuthenticationMethod {
AuthenticationInfoMethod get ();
}
member AuthenticationMethod : AuthenticationInfoMethod with get
Property Value
Type:
AuthenticationInfoMethodThe auth method
See Also