Share via


TargetApplication.TicketTimeout property

Gets or sets the length of time, in minutes, for a ticket issued to a user that can be used to redeem credentials for the target application.

Namespace:  Microsoft.Office.SecureStoreService.Server
Assembly:  Microsoft.Office.SecureStoreService (in Microsoft.Office.SecureStoreService.dll)

Syntax

'Declaration
Public Property TicketTimeout As Integer
    Get
    Set
'Usage
Dim instance As TargetApplication
Dim value As Integer

value = instance.TicketTimeout

instance.TicketTimeout = value
public int TicketTimeout { get; set; }

Property value

Type: System.Int32
The length of time, in minutes, for a ticket issued to a user that can be used to redeem credentials for the target application.

See also

Reference

TargetApplication class

TargetApplication members

Microsoft.Office.SecureStoreService.Server namespace