VssConnection.AuthenticatedIdentity Property

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

Syntax

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

Property Value

Type: Microsoft.VisualStudio.Services.Identity.Identity

.NET Framework Security

See Also

Reference

VssConnection Class

Microsoft.VisualStudio.Services.Client Namespace