Saml2SubjectLocality(String, String) 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 an instance of Saml2SubjectLocality from an address and DNS name.
public Saml2SubjectLocality (string address, string dnsName);
new Microsoft.IdentityModel.Tokens.Saml2.Saml2SubjectLocality : string * string -> Microsoft.IdentityModel.Tokens.Saml2.Saml2SubjectLocality
Public Sub New (address As String, dnsName As String)