Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Regenerate the key set for the given identifier
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Sub RegenerateKey ( _
requestContext As TeamFoundationRequestContext, _
identifier As Guid _
)
public void RegenerateKey(
TeamFoundationRequestContext requestContext,
Guid identifier
)
public:
void RegenerateKey(
TeamFoundationRequestContext^ requestContext,
Guid identifier
)
member RegenerateKey :
requestContext:TeamFoundationRequestContext *
identifier:Guid -> unit
public function RegenerateKey(
requestContext : TeamFoundationRequestContext,
identifier : Guid
)
Parameters
requestContext
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContextThe request context
identifier
Type: System.GuidThe identifier of the keyset
.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.