MemberDefSecurityTokenFile Property |
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.1.5.12)
Syntaxpublic abstract string SecurityTokenFile { get; set; }
Public MustOverride Property SecurityTokenFile As String
Get
Set
public:
virtual property String^ SecurityTokenFile {
String^ get () abstract;
void set (String^ value) abstract;
}
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