TeamFoundationStrongBoxService.UnlockDrawer Method
Unlock an existing StrongBox drawer for access.
Namespace: Microsoft.TeamFoundation.Framework.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Declaration
Public Function UnlockDrawer ( _
name As String _
) As Guid
public Guid UnlockDrawer(
string name
)
public:
Guid UnlockDrawer(
String^ name
)
member UnlockDrawer :
name:string -> Guid
public function UnlockDrawer(
name : String
) : Guid
Parameters
name
Type: System.StringThe name of the drawer.
Return Value
Type: System.Guid
The unique identifier for the Drawer. Used in Drawer specific calls.
.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.