The UserDiscoveryParameters type exposes the following members.

Constructors

  NameDescription
UserDiscoveryParameters
Initializes a new instance of the UserDiscoveryParameters class

Methods

  NameDescription
ByEmail
Convenience method for creating a new UserDiscoveryParameters object with an email address.
ByOpenId
Convenience method for creating a new UserDiscoveryParameters object with an OpenId identifier.
ByPhone
Convenience method for creating a new UserDiscoveryParameters object with a mobile number.
Equals (Overrides Object..::.Equals(Object).)
Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode (Overrides Object..::.GetHashCode()()().)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
ToString (Overrides Object..::.ToString()()().)

Properties

  NameDescription
Email
Specifies searching by email address.
OpenId
Specifies searching by OpenID identifier.
Phone
Specifies searching by mobile number.
Specified

See Also