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.
Reads (from the registry) whether or not client certificates are disabled.
Namespace: Microsoft.VisualStudio.Services.Client
Assembly: Microsoft.VisualStudio.Services.Client (in Microsoft.VisualStudio.Services.Client.dll)
Syntax
'Declaration
Public Shared Function ReadEffectiveDisableClientCertificates As Boolean
public static bool ReadEffectiveDisableClientCertificates()
public:
static bool ReadEffectiveDisableClientCertificates()
static member ReadEffectiveDisableClientCertificates : unit -> bool
public static function ReadEffectiveDisableClientCertificates() : boolean
Return Value
Type: System.Boolean
True or false
.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.