Share via


ClaimsCredentials.LocalClaims Property

 

Applies To: Azure, Windows 10, Windows 8, Windows 8.1, Windows Server 2012 R2

Gets the string representation of claims token acquired from STS (security token service).

Namespace:   System.Fabric
Assembly:  System.Fabric (in System.Fabric.dll)

Syntax

public string LocalClaims { get; set; }

Property Value

Type: System.String

The string representation of claims token acquired from STS (security token service).

See Also

ClaimsCredentials Class
System.Fabric Namespace

Return to top