Compartir a través de


WindowsClaimsPrincipal (Clase)

The T:Microsoft.IdentityModel.Claims.WindowsClaimsPrincipal class extends the T:System.Security.Principal.WindowsPrincipal to carry T:Microsoft.IdentityModel.Claims.Claim information in addition to the identity information draw from Windows security tokens.

Espacio de nombres: Microsoft.IdentityModel.Claims
Ensamblado: Microsoft.IdentityModel (en microsoft.identitymodel.dll)

Uso

    Dim instance As WindowsClaimsPrincipal

Sintaxis

'Declaración
<SerializableAttribute> _
Public Class WindowsClaimsPrincipal
    Inherits WindowsPrincipal
    Implements IClaimsPrincipal, IPrincipal, IDisposable
[SerializableAttribute] 
public class WindowsClaimsPrincipal : WindowsPrincipal, IClaimsPrincipal, IPrincipal, IDisposable
[SerializableAttribute] 
public ref class WindowsClaimsPrincipal : public WindowsPrincipal, IClaimsPrincipal, IPrincipal, IDisposable
/** @attribute SerializableAttribute() */ 
public class WindowsClaimsPrincipal extends WindowsPrincipal implements IClaimsPrincipal, IPrincipal, 
    IDisposable
SerializableAttribute 
public class WindowsClaimsPrincipal extends WindowsPrincipal implements IClaimsPrincipal, IPrincipal, 
    IDisposable

Notas

In the claims model multiple users or claims-based identities can be party to a single action. This class extends the T:System.Security.Principal.WindowsPrincipal class to enable a Windows execution context to carry multiple claims-based identities (T:Microsoft.IdentityModel.Claims.WindowsClaimsIdentity). T:Microsoft.IdentityModel.Claims.WindowsClaimsPrincipal exposes a collection of identities, each of which implements IClaimsIdentity. In a common case, there will be a single issuer and a single token and the identities collection will only have one element. However, it’s possible in advanced scenarios for a relying party to ask (via policy) for more than one security token, potentially from different issuers.

Jerarquía de herencia

System.Object
   System.Security.Principal.WindowsPrincipal
    Microsoft.IdentityModel.Claims.WindowsClaimsPrincipal

Seguridad para subprocesos

Los miembros estáticos públicos (Shared en Visual Basic) de este tipo son seguros para subprocesos.No se garantiza que los miembros de instancias sean seguros para subprocesos.

Plataformas

Plataformas de desarrollo

Windows Server 2003, Windows Vista

Target Platforms

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

Vea también

Referencia

WindowsClaimsPrincipal (Miembros)
Microsoft.IdentityModel.Claims (Espacio de nombres)