SamlAuthorizationDecisionClaimResource.ActionNamespace Property

Definition

Gets the XML namespace in which the action specified in the ActionName property is defined.

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

Property Value

The XML namespace in which the action specified in the ActionName property is defined.

Remarks

The AccessDecision property corresponds to the Namespace attribute of the <Action> element that is defined in the Assertions and Protocol for the OASIS Security Assertion Markup Language (SAML) specification.

Applies to