Saml2Action(String, Uri) Constructor

Definition

Constructs an instance of Saml2Action class.

public Saml2Action (string value, Uri namespace);
new Microsoft.IdentityModel.Tokens.Saml2.Saml2Action : string * Uri -> Microsoft.IdentityModel.Tokens.Saml2.Saml2Action
Public Sub New (value As String, namespace As Uri)

Parameters

value
String

Value represented by this class.

namespace
Uri

Namespace in which the action is interpreted.

Exceptions

if namespace is null.

if namespace is not an absolute Uri.

Applies to