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 for the administrators of the target application.
Namespace: Microsoft.Office.SecureStoreService.Server
Assembly: Microsoft.Office.SecureStoreService (in Microsoft.Office.SecureStoreService.dll)
Syntax
'Declaration
Public Property AdministratorClaims As IList(Of SecureStoreServiceClaim)
Get
Set
'Usage
Dim instance As TargetApplicationClaims
Dim value As IList(Of SecureStoreServiceClaim)
value = instance.AdministratorClaims
instance.AdministratorClaims = value
public IList<SecureStoreServiceClaim> AdministratorClaims { get; set; }
Property Value
Type: System.Collections.Generic.IList<SecureStoreServiceClaim>
The claims for the administrators of the target application.