Saml2SubjectLocality Class
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.
Represents the SubjectLocality element specified in [Saml2Core, 2.7.2.1].
public ref class Saml2SubjectLocality
public class Saml2SubjectLocality
type Saml2SubjectLocality = class
Public Class Saml2SubjectLocality
- Inheritance
-
Saml2SubjectLocality
Remarks
This element should be considered entirely advisory as there is no guarantee of the validity of the properties. [Saml2Core, 2.7.2.1]
For more information about the element that this class represents, see the SAML V2.0 Core specification.
Constructors
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. |
Properties
Address |
Gets or sets the network address of the system from which the principal identified by the subject was authenticated. [Saml2Core, 2.7.2.1] |
DnsName |
Gets or sets the DNS name of the system from which the principal identified by the subject was authenticated. [Saml2Core, 2.7.2.1] |
Methods
Equals(Object) |
Determines whether the specified object is equal to the current object. (Inherited from Object) |
GetHashCode() |
Serves as the default hash function. (Inherited from Object) |
GetType() |
Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone() |
Creates a shallow copy of the current Object. (Inherited from Object) |
ToString() |
Returns a string that represents the current object. (Inherited from Object) |