.NET Framework Class Library
Rights..::.PossessProperty Property

Gets a string that specifies that the right represents a property that the entity associated with a claim possesses.

Namespace:  System.IdentityModel.Claims
Assembly:  System.IdentityModel (in System.IdentityModel.dll)
Syntax

Visual Basic (Declaration)
Public Shared ReadOnly Property PossessProperty As String
Visual Basic (Usage)
Dim value As String

value = Rights.PossessProperty
C#
public static string PossessProperty { get; }
Visual C++
public:
static property String^ PossessProperty {
    String^ get ();
}
JScript
public static function get PossessProperty () : String

Property Value

Type: System..::.String
The right that represents a property that the entity associated with a Claim object possesses.
Remarks

The string that is returned by the PossessProperty property is http://schemas.xmlsoap.org/ws/2005/05/identity/right/PossessProperty.

A claim of type Name with right PossessProperty over the value Martin indicates that the entity with which such a claim is associated possesses a Name property with the value Martin.

.NET Framework Security

Platforms

Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003

The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Version Information

.NET Framework

Supported in: 3.5, 3.0
See Also

Reference

Tags :


Page view tracker