[DataMember(IsRequired=false, Order=9)]
public int SecurityTokenLifetime {get; set;}
[DataMember(IsRequired=false, Order=9)]
public:
property int SecurityTokenLifetime {
int get();
void set ( int value);
}
'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.
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