WSTrust.ElementNames.LifeTime Field
Represents the XML element that specifies the period of time a security token is valid. This field is constant.
Namespace: Microsoft.Web.Services3.Security
Assembly: Microsoft.Web.Services3 (in microsoft.web.services3.dll)
Usage
'Usage
Dim returnValue As String
returnValue = WSTrust.ElementNames.LifeTime
Syntax
'Declaration
Public Const LifeTime As String
public const string LifeTime;
public:
literal String^ LifeTime;
public static final System.String LifeTime;
public var LifeTime : String;
Platforms
Development Platforms
Windows XP Home Edition, Windows XP Professional, Windows Server 2003, Windows 2000, Windows 2000 Server, Windows 2000 Advanced Server
Target Platforms
See Also
Reference
WSTrust.ElementNames Class
WSTrust.ElementNames Members
Microsoft.Web.Services3.Security Namespace