Share via


ILicensingService.GetCertificate Method

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

Syntax

'Declaration
Function GetCertificate ( _
    requestContext As TeamFoundationRequestContext _
) As Byte()
byte[] GetCertificate(
    TeamFoundationRequestContext requestContext
)
array<unsigned char>^ GetCertificate(
    TeamFoundationRequestContext^ requestContext
)
abstract GetCertificate : 
        requestContext:TeamFoundationRequestContext -> byte[] 
function GetCertificate(
    requestContext : TeamFoundationRequestContext
) : byte[]

Parameters

Return Value

Type: array<System.Byte[]

.NET Framework Security

See Also

Reference

ILicensingService Interface

Microsoft.VisualStudio.Services.Licensing Namespace