Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The identity descriptor of the admin
Namespace: Microsoft.TeamFoundation.Server.Core
Assembly: Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)
Syntax
'Declaration
Public Property AdminIdentityDescriptor As IdentityDescriptor
public IdentityDescriptor AdminIdentityDescriptor { get; set; }
public:
property IdentityDescriptor^ AdminIdentityDescriptor {
IdentityDescriptor^ get ();
void set (IdentityDescriptor^ value);
}
member AdminIdentityDescriptor : IdentityDescriptor with get, set
function get AdminIdentityDescriptor () : IdentityDescriptor
function set AdminIdentityDescriptor (value : IdentityDescriptor)
Property Value
Type: Microsoft.VisualStudio.Services.Identity.IdentityDescriptor
.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.