Gets the T:Microsoft.IdentityModel.Claims.IClaimsIdentity of the calling party that was granted delegation rights.
Namespace: Microsoft.IdentityModel.Claims
Assembly: Microsoft.IdentityModel (in microsoft.identitymodel.dll)

Usage

Visual Basic
Dim instance As WindowsClaimsIdentity
Dim value As IClaimsIdentity

value = instance.Actor

instance.Actor = value

Syntax

Visual Basic
Public Property Actor As IClaimsIdentity
C#
public IClaimsIdentity Actor { get; set; }
C++
public:
virtual property IClaimsIdentity^ Actor {
		IClaimsIdentity^ get () sealed;
		void set (IClaimsIdentity^ value) sealed;
}
J#
/** @property */
public final IClaimsIdentity get_Actor ()

/** @property */
public final void set_Actor (IClaimsIdentity value)
JScript
public final function get Actor () : IClaimsIdentity

public final function set Actor (value : IClaimsIdentity)

Exceptions

Exception type Condition

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Server 2003, Windows Vista

Target Platforms

Windows Server 2008, Windows Vista, Not tested on Windows XP

See Also