Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

ClaimsIdentity::Actor Property

.NET Framework (current version)
 

Gets or sets the identity of the calling party that was granted delegation rights.

Namespace:   System.Security.Claims
Assembly:  mscorlib (in mscorlib.dll)

public:
property ClaimsIdentity^ Actor {
	ClaimsIdentity^ get();
	void set(ClaimsIdentity^ value);
}

Property Value

Type: System.Security.Claims::ClaimsIdentity^

The calling party that was granted delegation rights.

Exception Condition
InvalidOperationException

An attempt to set the property to the current instance occurs.

An application can access the delegation chain that led to the current call, by recursively examining the Actor property. The token on whose behalf the call is being delegated can be accessed through the BootstrapContext property.

Universal Windows Platform
Available since 10
.NET Framework
Available since 4.5
Return to top
Show: