CredentialsCacheManager.SetHiveAccessRights Method

Namespace:  Microsoft.VisualStudio.Services.Common
Assembly:  Microsoft.VisualStudio.Services.Common (in Microsoft.VisualStudio.Services.Common.dll)

Syntax

'Declaration
Public Function SetHiveAccessRights ( _
    featureRegistryKeyword As String, _
    owningAccountName As String _
) As Boolean
public bool SetHiveAccessRights(
    string featureRegistryKeyword,
    string owningAccountName
)
public:
bool SetHiveAccessRights(
    String^ featureRegistryKeyword, 
    String^ owningAccountName
)
member SetHiveAccessRights : 
        featureRegistryKeyword:string * 
        owningAccountName:string -> bool
public function SetHiveAccessRights(
    featureRegistryKeyword : String, 
    owningAccountName : String
) : boolean

Parameters

Return Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

CredentialsCacheManager Class

Microsoft.VisualStudio.Services.Common Namespace