Saml2Action(String, Uri) Constructor

Definition

Initializes a new instance of the Saml2Action class with the specified namespace and action.

public:
 Saml2Action(System::String ^ value, Uri ^ actionNamespace);
public Saml2Action (string value, Uri actionNamespace);
new System.IdentityModel.Tokens.Saml2Action : string * Uri -> System.IdentityModel.Tokens.Saml2Action
Public Sub New (value As String, actionNamespace As Uri)

Parameters

value
String

The action that is to be performed.

actionNamespace
Uri

The URI that represents the namespace in which the name of the specified action is to be interpreted.

Exceptions

actionNamespace is null.

-or-

value is null or an empty string.

actionNamespace is not an absolute URI.

Remarks

For more information about the element that this class represents, see the following specification: Assertions and Protocols for the OASIS Security Assertion Markup Language (SAML) V2.0.

Applies to