Share via


TargetApplicationClaims.TicketRedeemerClaims Property

Gets or sets the claims of the ticket redeemers of the target application.

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

Syntax

'Declaration
Public Property TicketRedeemerClaims As IList(Of SecureStoreServiceClaim)
    Get
    Set
'Usage
Dim instance As TargetApplicationClaims
Dim value As IList(Of SecureStoreServiceClaim)

value = instance.TicketRedeemerClaims

instance.TicketRedeemerClaims = value
public IList<SecureStoreServiceClaim> TicketRedeemerClaims { get; set; }

Property Value

Type: System.Collections.Generic.IList<SecureStoreServiceClaim>
The claims of the ticket redeemers of the target application.

See Also

Reference

TargetApplicationClaims Class

TargetApplicationClaims Members

Microsoft.Office.SecureStoreService.Server Namespace