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)
Visual Basic (Declaration)
Public Shared ReadOnly Property PossessProperty As String
Dim value As String
value = Rights.PossessProperty
public static string PossessProperty { get; }
public:
static property String^ PossessProperty {
String^ get ();
}
public static function get PossessProperty () : String
Property Value
Type:
System..::.StringThe right that represents a property that the entity associated with a Claim object possesses.
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.
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.
.NET Framework
Supported in: 3.5, 3.0
Reference