The security domain token file location

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

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: String
The token file location (may be null)

Remarks

Optional, if used, the security domain policy file parameter cannot be specified.

See Also