CredentialsCacheManager Constructor (String, Boolean)
Namespace: Microsoft.VisualStudio.Services.Common
Assembly: Microsoft.VisualStudio.Services.Common (in Microsoft.VisualStudio.Services.Common.dll)
Syntax
'Declaration
Public Sub New ( _
registryRootPath As String, _
useWOW6432Hive As Boolean _
)
public CredentialsCacheManager(
string registryRootPath,
bool useWOW6432Hive
)
public:
CredentialsCacheManager(
String^ registryRootPath,
bool useWOW6432Hive
)
new :
registryRootPath:string *
useWOW6432Hive:bool -> CredentialsCacheManager
public function CredentialsCacheManager(
registryRootPath : String,
useWOW6432Hive : boolean
)
Parameters
- registryRootPath
Type: System.String
- useWOW6432Hive
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.