Saml2SubjectLocality Constructors
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 Saml2SubjectLocality class.
Overloads
Saml2SubjectLocality() |
Initializes a new instance of the Saml2SubjectLocality class. |
Saml2SubjectLocality(String, String) |
Initializes a new instance of the Saml2SubjectLocality class from an address and DNS name. |
Saml2SubjectLocality()
Initializes a new instance of the Saml2SubjectLocality class.
public:
Saml2SubjectLocality();
public Saml2SubjectLocality ();
Public Sub New ()
Applies to
Saml2SubjectLocality(String, String)
Initializes a new instance of the Saml2SubjectLocality class from an address and DNS name.
public:
Saml2SubjectLocality(System::String ^ address, System::String ^ dnsName);
public Saml2SubjectLocality (string address, string dnsName);
new System.IdentityModel.Tokens.Saml2SubjectLocality : string * string -> System.IdentityModel.Tokens.Saml2SubjectLocality
Public Sub New (address As String, dnsName As String)
Parameters
- address
- String
A string that contains the address.
- dnsName
- String
A string that contains the DNS name.