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
- featureRegistryKeyword
Type: System.String
- owningAccountName
Type: System.String
Return Value
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.