Szerkesztés

Megosztás a következőn keresztül:


Saml2SubjectLocality Constructors

Definition

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.

Applies to