VssConnection.AuthorizedIdentity Property

The ID of the identity who the calls to the server are being made for.

Namespace:  Microsoft.VisualStudio.Services.Client
Assembly:  Microsoft.VisualStudio.Services.Client (in Microsoft.VisualStudio.Services.Client.dll)

Syntax

'Declaration
Public ReadOnly Property AuthorizedIdentity As Identity
public Identity AuthorizedIdentity { get; }
public:
property Identity^ AuthorizedIdentity {
    Identity^ get ();
}
member AuthorizedIdentity : Identity with get
function get AuthorizedIdentity () : Identity

Property Value

Type: Microsoft.VisualStudio.Services.Identity.Identity

.NET Framework Security

See Also

Reference

VssConnection Class

Microsoft.VisualStudio.Services.Client Namespace