Opc.Ua.Core
SecurityTokenLifetime Property (TransportQuotas)



Opc.Ua Namespace > TransportQuotas Class : SecurityTokenLifetime Property
The lifetime of a security token (in milliseconds).
Syntax
'Declaration
 
<DataMemberAttribute(IsRequired=False, Order=9)>
Public Property SecurityTokenLifetime As Integer
 
'Usage
 
Dim instance As TransportQuotas
Dim value As Integer
 
instance.SecurityTokenLifetime = value
 
value = instance.SecurityTokenLifetime

Property Value

The security token lifetime.
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

TransportQuotas Class
TransportQuotas Members