Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.