RequestRestrictions.RequiredAuthentication Property
The required level of authentication for a client request.
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Property RequiredAuthentication As RequiredAuthentication
public RequiredAuthentication RequiredAuthentication { get; private set; }
public:
property RequiredAuthentication RequiredAuthentication {
RequiredAuthentication get ();
private: void set (RequiredAuthentication value);
}
member RequiredAuthentication : RequiredAuthentication with get, private set
function get RequiredAuthentication () : RequiredAuthentication
private function set RequiredAuthentication (value : RequiredAuthentication)
Property Value
Type: Microsoft.TeamFoundation.Framework.Server.RequiredAuthentication
Returns RequiredAuthentication.
.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.