The available authentication methods
Namespace: Com.Tibco.As.Space.SecurityAssembly: TIBCO.ActiveSpaces.Common (in TIBCO.ActiveSpaces.Common.dll) Version: 2.0.0.0 (2.2.0.015)
Syntax
| C# |
|---|
public enum Method |
| Visual Basic |
|---|
Public Enumeration Method |
| Visual C++ |
|---|
public enum class Method |
| F# |
|---|
type Method |
Members
| Member name | Value | Description | |
|---|---|---|---|
| NONE | 0 | None | |
| USERPWD | 1 | User and password | |
| X509V3 | 2 | X509V3 Certification authentication | |
| UNKNOWN | 3 | Unknown |