Share via


TeamFoundationSigningService.Decrypt Method

Decrypt the passed in data by using the given key set

Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Syntax

'Declaration
Public Function Decrypt ( _
    requestContext As TeamFoundationRequestContext, _
    identifier As Guid, _
    encryptedData As Byte() _
) As Byte()
public byte[] Decrypt(
    TeamFoundationRequestContext requestContext,
    Guid identifier,
    byte[] encryptedData
)
public:
array<unsigned char>^ Decrypt(
    TeamFoundationRequestContext^ requestContext, 
    Guid identifier, 
    array<unsigned char>^ encryptedData
)
member Decrypt : 
        requestContext:TeamFoundationRequestContext * 
        identifier:Guid * 
        encryptedData:byte[] -> byte[] 
public function Decrypt(
    requestContext : TeamFoundationRequestContext, 
    identifier : Guid, 
    encryptedData : byte[]
) : byte[]

Parameters

  • identifier
    Type: System.Guid

    The identifier of the keyset

Return Value

Type: array<System.Byte[]
Encrypted data

.NET Framework Security

See Also

Reference

TeamFoundationSigningService Class

Microsoft.TeamFoundation.Framework.Server Namespace