IBuildAgent.RequireSecureChannel Property
Note: This API is now obsolete.
Obsolete. Do not use.
Namespace: Microsoft.TeamFoundation.Build.Client
Assembly: Microsoft.TeamFoundation.Build.Client (in Microsoft.TeamFoundation.Build.Client.dll)
Syntax
'Declaration
<ObsoleteAttribute("This property has been deprecated. Please remove all references.", _
False)> _
Property RequireSecureChannel As Boolean
Get
Set
[ObsoleteAttribute("This property has been deprecated. Please remove all references.",
false)]
bool RequireSecureChannel { get; set; }
[ObsoleteAttribute(L"This property has been deprecated. Please remove all references.",
false)]
property bool RequireSecureChannel {
bool get ();
void set (bool value);
}
[<ObsoleteAttribute("This property has been deprecated. Please remove all references.",
false)>]
abstract RequireSecureChannel : bool with get, set
function get RequireSecureChannel () : boolean
function set RequireSecureChannel (value : boolean)
Property Value
Type: System.Boolean
.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.