Opc.Ua.Core
SecurityTokenLifetime Property (ChannelQuotas)



Opc.Ua.Bindings Namespace > ChannelQuotas Class : SecurityTokenLifetime Property
The default lifetime for a security token in milliseconds.
Syntax
'Declaration
 
Public Property SecurityTokenLifetime As Integer
'Usage
 
Dim instance As ChannelQuotas
Dim value As Integer
 
instance.SecurityTokenLifetime = value
 
value = instance.SecurityTokenLifetime
public int SecurityTokenLifetime {get; set;}
public:
property int SecurityTokenLifetime {
   int get();
   void set (    int value);
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ChannelQuotas Class
ChannelQuotas Members