TeamFoundationSigningService.Decrypt 方法

在解密数据。使用的设置的特定键

命名空间:  Microsoft.TeamFoundation.Framework.Server
程序集:  Microsoft.TeamFoundation.Framework.Server(在 Microsoft.TeamFoundation.Framework.Server.dll 中)

语法

声明
Public Function Decrypt ( _
    requestContext As TeamFoundationRequestContext, _
    identifier As Guid, _
    encryptedData As Byte() _
) As Byte()
public byte[] Decrypt(
    TeamFoundationRequestContext requestContext,
    Guid identifier,
    byte[] encryptedData
)

参数

返回值

类型:array<System.Byte[]
加密数据

.NET Framework 安全性

请参见

参考

TeamFoundationSigningService 类

Microsoft.TeamFoundation.Framework.Server 命名空间