AuthorizationContext.Action Property
Gets the authorization action.
Namespace: Microsoft.IdentityModel.Claims
Assembly: Microsoft.IdentityModel (in microsoft.identitymodel.dll)
Verwendung
Dim instance As AuthorizationContext Dim value As Collection(Of Claim) value = instance.Action
Syntax
'Declaration
Public ReadOnly Property Action As Collection(Of Claim)
public Collection<Claim> Action { get; }
public:
property Collection<Claim^>^ Action {
Collection<Claim^>^ get ();
}
/** @property */
public Collection<Claim> get_Action ()
public function get Action () : Collection<Claim>
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
AuthorizationContext Class
AuthorizationContext Members
Microsoft.IdentityModel.Claims Namespace