TeamFoundationSigningService.Decrypt Method

Decrypt the passed in data, 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(), _
    algorithm As SigningAlgorithm _
) As Byte()
public byte[] Decrypt(
    TeamFoundationRequestContext requestContext,
    Guid identifier,
    byte[] encryptedData,
    SigningAlgorithm algorithm
)
public:
array<unsigned char>^ Decrypt(
    TeamFoundationRequestContext^ requestContext, 
    Guid identifier, 
    array<unsigned char>^ encryptedData, 
    SigningAlgorithm algorithm
)
member Decrypt : 
        requestContext:TeamFoundationRequestContext * 
        identifier:Guid * 
        encryptedData:byte[] * 
        algorithm:SigningAlgorithm -> byte[] 
public function Decrypt(
    requestContext : TeamFoundationRequestContext, 
    identifier : Guid, 
    encryptedData : byte[], 
    algorithm : SigningAlgorithm
) : 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