The security domain token file location
Namespace: Com.Tibco.As.SpaceAssembly: TIBCO.ActiveSpaces.Common (in TIBCO.ActiveSpaces.Common.dll) Version: 2.0.0.0 (2.2.0.015)
Syntax
| C# |
|---|
public abstract string SecurityTokenFile { get; set; } |
| Visual Basic |
|---|
Public MustOverride Property SecurityTokenFile As String Get Set |
| Visual C++ |
|---|
public: virtual property String^ SecurityTokenFile { String^ get () abstract; void set (String^ value) abstract; } |
| F# |
|---|
abstract SecurityTokenFile : string with get, set |
Property Value
Type: StringThe token file location (may be null)
Remarks
Optional, if used, the security domain policy file parameter cannot be specified.