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

.NET Framework Security

See Also

Reference

CredentialsCacheManager Class

CredentialsCacheManager Overload

Microsoft.VisualStudio.Services.Common Namespace