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 class Saml2SubjectLocality
type Saml2SubjectLocality = class
Public Class Saml2SubjectLocality
- Inheritance
-
Saml2SubjectLocality
Remarks
This element is entirely advisory, since both of these fields are quite easily "spoofed". [Saml2Core, 2.7.2.1]
Constructors
Saml2SubjectLocality(String, String) |
Initializes an instance of Saml2SubjectLocality 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] |