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; set; }
public:
property RequiredAuthentication RequiredAuthentication {
    RequiredAuthentication get ();
    void set (RequiredAuthentication value);
}
member RequiredAuthentication : RequiredAuthentication with get, set
function get RequiredAuthentication () : RequiredAuthentication 
function set RequiredAuthentication (value : RequiredAuthentication)

Property Value

Type: Microsoft.TeamFoundation.Framework.Server.RequiredAuthentication
Returns RequiredAuthentication.

.NET Framework Security

See Also

Reference

RequestRestrictions Class

Microsoft.TeamFoundation.Framework.Server Namespace