SamlAuthorizationDecisionClaimResource Classe

Definição

Representa uma declaração para um token de segurança SamlSecurityToken que declara uma decisão de autorização relacionada ao acesso a um recurso específico.Represents a claim for a SamlSecurityToken security token that asserts an authorization decision regarding access to a specific resource.

public ref class SamlAuthorizationDecisionClaimResource
[System.Runtime.Serialization.DataContract]
public class SamlAuthorizationDecisionClaimResource
[<System.Runtime.Serialization.DataContract>]
type SamlAuthorizationDecisionClaimResource = class
Public Class SamlAuthorizationDecisionClaimResource
Herança
SamlAuthorizationDecisionClaimResource
Atributos

Comentários

SamlSecurityToken os tokens de segurança especificam suas declarações usando asserções SAML.SamlSecurityToken security tokens specify their claims using SAML assertions. As declarações em uma declaração SAML são representadas por instruções SAML.The claims in a SAML assertion are represented by SAML statements. A especificação SAML define um conjunto de tipos de instrução SAML e um deles é um SamlAuthorizationDecisionStatement .The SAML specification defines a set of SAML statement types and one of them is a SamlAuthorizationDecisionStatement. Um SamlAuthorizationDecisionStatement declara uma decisão de autorização por uma autoridade SAML em relação ao acesso a um recurso específico.A SamlAuthorizationDecisionStatement asserts an authorization decision by a SAML authority regarding access to a specific resource. A SamlAuthorizationDecisionClaimResource classe representa um recurso de declaração para o SamlAuthorizationDecisionStatement .The SamlAuthorizationDecisionClaimResource class represents a claim resource for the SamlAuthorizationDecisionStatement.

Construtores

SamlAuthorizationDecisionClaimResource(String, SamlAccessDecision, String, String)

Inicializa uma nova instância da classe SamlAuthorizationDecisionClaimResource usando o recurso especificado para o qual a entidade está buscando obter acesso, a decisão de autorização relacionada ao recurso, a ação buscada no recurso e o namespace de XML no qual a ação está definida.Initializes a new instance of the SamlAuthorizationDecisionClaimResource class using the specified resource the subject is seeking access to, the authorization decision regarding the resource, the action sought on the resource, and the XML namespace in which the action is defined.

Propriedades

AccessDecision

Obtém a decisão de autorização renderizada pela autoridade SAML sobre o acesso ao recurso, a entidade.Gets the authorization decision rendered by the SAML authority regarding the access to the resource by the subject.

ActionName

Obtém a ação buscada pela entidade no recurso especificado na propriedade Resource.Gets the action sought by the subject on the resource specified in the Resource property.

ActionNamespace

O namespace de XML no qual a ação especificada na propriedade ActionName é definida.Gets the XML namespace in which the action specified in the ActionName property is defined.

Resource

Obtém o recurso ao qual a entidade está buscando obter acesso.Gets the resource the subject is seeking access to.

Métodos

Equals(Object)

Retorna um valor que indica se a instância é igual ao objeto especificado.Returns a value that indicates whether the instance is equal to the specified object.

Equals(Object)

Determina se o objeto especificado é igual ao objeto atual.Determines whether the specified object is equal to the current object.

(Herdado de Object)
GetHashCode()

Retorna o código hash para o SamlAuthorizationDecisionClaimResource.Returns the hash code for the SamlAuthorizationDecisionClaimResource.

GetHashCode()

Serve como a função de hash padrão.Serves as the default hash function.

(Herdado de Object)
GetType()

Obtém o Type da instância atual.Gets the Type of the current instance.

(Herdado de Object)
MemberwiseClone()

Cria uma cópia superficial do Object atual.Creates a shallow copy of the current Object.

(Herdado de Object)
ToString()

Retorna uma cadeia de caracteres que representa o objeto atual.Returns a string that represents the current object.

(Herdado de Object)

Aplica-se a

Confira também