SamlAuthorizationDecisionClaimResource.ActionName Propriedade

Definição

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.

public:
 property System::String ^ ActionName { System::String ^ get(); };
public string ActionName { get; }
member this.ActionName : string
Public ReadOnly Property ActionName As String

Valor da propriedade

String

A ação procurada pelo assunto no recurso especificado na Resource propriedade.The action sought by the subject on the resource specified in the Resource property.

Comentários

A ActionName propriedade corresponde ao <Action> elemento que é definido nas asserções e no protocolo para a especificação de Security ASSERTION MARKUP Language do Oasis (SAML).The ActionName property corresponds to the <Action> element that is defined in the Assertions and Protocol for the OASIS Security Assertion Markup Language (SAML) specification.

Aplica-se a