ContactPerson Class

Definition

Represents a contact person in SAML 2.0 metadata.

public ref class ContactPerson
public class ContactPerson
type ContactPerson = class
Public Class ContactPerson
Inheritance
ContactPerson

Remarks

Represents a <md:ContactPerson> element. For more information about the element that this class represents, see the following specification: Metadata for the OASIS Security Assertion Markup Language (SAML) V2.0.

Constructors

ContactPerson()

Initializes a new instance of the ContactPerson class.

ContactPerson(ContactType)

Initializes a new instance of the ContactPerson class with the specified contact type.

Properties

Company

Gets or sets the company name.

EmailAddresses

Gets the collection of email addresses.

GivenName

Gets or sets the given name.

Surname

Gets or sets the surname.

TelephoneNumbers

Gets or sets the collection of telephone numbers.

Type

Gets or sets the contact type.

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)

Applies to