IVssServerDataProvider.AuthorizedIdentity Property
Namespace: Microsoft.VisualStudio.Services.Client
Assembly: Microsoft.VisualStudio.Services.Client (in Microsoft.VisualStudio.Services.Client.dll)
Syntax
'Declaration
ReadOnly Property AuthorizedIdentity As Identity
Identity AuthorizedIdentity { get; }
property Identity^ AuthorizedIdentity {
Identity^ get ();
}
abstract AuthorizedIdentity : Identity with get
function get AuthorizedIdentity () : Identity
Property Value
Type: Microsoft.VisualStudio.Services.Identity.Identity
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.