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.
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.