Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

Rights.PossessProperty Property

Definition

Namespace:
System.IdentityModel.Claims
Assembly:
System.IdentityModel.dll

Important

Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

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

public:
 static property System::String ^ PossessProperty { System::String ^ get(); };
public static string PossessProperty { get; }
static member PossessProperty : string
Public Shared ReadOnly Property PossessProperty As String

Property Value

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.

Applies to


Feedback

Was this page helpful?