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) the unified set of thumbprints specified by the environment variable, .config setting, registry (HKCU), and registry (HKLM). This method will not return duplicate thumbprints.
Namespace: Microsoft.VisualStudio.Services.Client
Assembly: Microsoft.VisualStudio.Services.Client (in Microsoft.VisualStudio.Services.Client.dll)
Syntax
'Declaration
Public Shared Function ReadEffectiveSpecifiedCertificateThumbprints As String()
public static string[] ReadEffectiveSpecifiedCertificateThumbprints()
public:
static array<String^>^ ReadEffectiveSpecifiedCertificateThumbprints()
static member ReadEffectiveSpecifiedCertificateThumbprints : unit -> string[]
public static function ReadEffectiveSpecifiedCertificateThumbprints() : String[]
Return Value
Type: array<System.String[]
.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.