SPTrustedSecurityTokenService.ScopedClientIdentifier property
Namespace: Microsoft.SharePoint.Administration.Claims
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property ScopedClientIdentifier As Dictionary(Of Uri, String)
Get
'Usage
Dim instance As SPTrustedSecurityTokenService
Dim value As Dictionary(Of Uri, String)
value = instance.ScopedClientIdentifier
public Dictionary<Uri, string> ScopedClientIdentifier { get; }
Property value
Type: System.Collections.Generic.Dictionary<Uri, String>
See also
Reference
SPTrustedSecurityTokenService class