SamlAction Class

Definition

Represents the Action element specified in [Saml, 2.4.5.1]. see: https://www.oasis-open.org/committees/download.php/3406/oasis-sstc-saml-core-1.1.pdf

public class SamlAction
type SamlAction = class
Public Class SamlAction
Inheritance
SamlAction

Constructors

SamlAction(String)

Constructs an instance of SamlAction class.

SamlAction(String, Uri)

Constructs an instance of SamlAction class.

Properties

Namespace

Gets or sets a URI reference representing the namespace in which the name of the specified action is to be interpreted. [Saml, 2.4.5.1]

Value

Gets or sets the label for an action sought to be performed on the specified resource. [Saml, 2.4.5.1]

Applies to