UserIdInfo members

Represents the identity information of a user, which contains the user's name and the issuer of the user's name.

The UserIdInfo type exposes the following members.

Constructors

  Name Description
Public method UserIdInfo Initializes a new instance of the UserIdInfo class.

Top

Properties

  Name Description
Public property NameId The user's name from the perspective of the authentication provider.
Public property NameIdIssuer Gets the configuration-agnostic reference to the type of the name identifier issuer.
Public property TypeId This member is reserved for internal use and is not intended to be used directly from your code. (Overrides ClientValueObject.TypeId.)

Top

Methods

  Name Description
Public method CustomFromJson This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from ClientValueObject.)
Public method CustomWriteToXml This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from ClientValueObject.)
Public method FromJson This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from ClientValueObject.)
Protected method InitOnePropertyFromJson This member is reserved for internal use and is not intended to be used directly from your code. (Overrides ClientValueObject.InitOnePropertyFromJson(String, JsonReader).)
Public method ToString (Inherited from Object.)
Public method WriteToXml This member is reserved for internal use and is not intended to be used directly from your code. (Overrides ClientValueObject.WriteToXml(XmlWriter, SerializationContext).)

Top

See also

Reference

UserIdInfo class

Microsoft.SharePoint.Client namespace