Edit

Share via


IdentityReference Class

Definition

Describes a reference to an identity.

[System.Runtime.Serialization.DataContract]
public class IdentityReference : Microsoft.VisualStudio.Services.WebApi.IdentityRef
type IdentityReference = class
    inherit IdentityRef
    interface ISecuredObject
Public Class IdentityReference
Inherits IdentityRef
Inheritance
Microsoft.VisualStudio.Services.WebApi.IdentityRef
IdentityReference
Attributes
Implements
Microsoft.VisualStudio.Services.WebApi.ISecuredObject

Constructors

IdentityReference()

For back-compat purpose only, do not use for public project

IdentityReference(IdentityRef)
IdentityReference(IdentityRef, String)

Properties

Id
Name

Legacy back-compat property. This has been the WIT specific value from Constants. Will be hidden (but exists) on the client unless they are targeting the newest version

Explicit Interface Implementations

ISecuredObject.GetToken()
ISecuredObject.NamespaceId
ISecuredObject.RequiredPermissions

Applies to