Freigeben über


IClaimsIdentity.Actor Property

Gets or sets 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)

Verwendung

    Dim instance As IClaimsIdentity
Dim value As IClaimsIdentity

value = instance.Actor

instance.Actor = value

Syntax

'Declaration
Property Actor As IClaimsIdentity
IClaimsIdentity Actor { get; set; }
property IClaimsIdentity^ Actor {
    IClaimsIdentity^ get ();
    void set (IClaimsIdentity^ value);
}
/** @property */
IClaimsIdentity get_Actor ()

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

function set Actor (value : IClaimsIdentity)

Ausnahmen

Ausnahmetyp Bedingung

Threadsicherheit

Beliebige öffentliche, statische (Freigegebene in Visual Basic) Member dieses Typs sind threadsicher. Bei Instanzmembern ist die Threadsicherheit nicht gewährleistet.

Plattformen

Entwicklungsplattformen

Windows Server 2003, Windows Vista

Target Platforms

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

Siehe auch

Referenz

IClaimsIdentity Interface
IClaimsIdentity Members
Microsoft.IdentityModel.Claims Namespace