TeamFoundationSigningService.RegenerateKey Method (TeamFoundationRequestContext, Guid, Int32)

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, _
    keyLength As Integer _
)
public void RegenerateKey(
    TeamFoundationRequestContext requestContext,
    Guid identifier,
    int keyLength
)
public:
void RegenerateKey(
    TeamFoundationRequestContext^ requestContext, 
    Guid identifier, 
    int keyLength
)
member RegenerateKey : 
        requestContext:TeamFoundationRequestContext * 
        identifier:Guid * 
        keyLength:int -> unit
public function RegenerateKey(
    requestContext : TeamFoundationRequestContext, 
    identifier : Guid, 
    keyLength : int
)

Parameters

  • identifier
    Type: System.Guid

    The identifier of the keyset

  • keyLength
    Type: System.Int32

    The length of the key to generate

.NET Framework Security

See Also

Reference

TeamFoundationSigningService Class

RegenerateKey Overload

Microsoft.TeamFoundation.Framework.Server Namespace