Saml2Action(String, Uri) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 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.