TeamFoundationSigningService.GetPublicKey Method

Gets the public key for the given identifier

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

Syntax

'Declaration
Public Function GetPublicKey ( _
    requestContext As TeamFoundationRequestContext, _
    identifier As Guid, _
    <OutAttribute> ByRef keyLength As Integer _
) As Byte()
public byte[] GetPublicKey(
    TeamFoundationRequestContext requestContext,
    Guid identifier,
    out int keyLength
)
public:
array<unsigned char>^ GetPublicKey(
    TeamFoundationRequestContext^ requestContext, 
    Guid identifier, 
    [OutAttribute] int% keyLength
)
member GetPublicKey : 
        requestContext:TeamFoundationRequestContext * 
        identifier:Guid * 
        keyLength:int byref -> byte[] 
public function GetPublicKey(
    requestContext : TeamFoundationRequestContext, 
    identifier : Guid, 
    keyLength : int
) : byte[]

Parameters

  • identifier
    Type: System.Guid

    The identifier of the key set

Return Value

Type: array<System.Byte[]
The public key of the identifier's key set

.NET Framework Security

See Also

Reference

TeamFoundationSigningService Class

Microsoft.TeamFoundation.Framework.Server Namespace