Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Get the signing information (e.g. 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 QuerySigningInfo ( _
requestContext As TeamFoundationRequestContext, _
identifier As Guid _
) As SigningInfo
public SigningInfo QuerySigningInfo(
TeamFoundationRequestContext requestContext,
Guid identifier
)
public:
SigningInfo^ QuerySigningInfo(
TeamFoundationRequestContext^ requestContext,
Guid identifier
)
member QuerySigningInfo :
requestContext:TeamFoundationRequestContext *
identifier:Guid -> SigningInfo
public function QuerySigningInfo(
requestContext : TeamFoundationRequestContext,
identifier : Guid
) : SigningInfo
Parameters
requestContext
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContextThe request context
identifier
Type: System.GuidThe identifier of the key set
Return Value
Type: Microsoft.TeamFoundation.Framework.Server.SigningInfo
The signing information for the given identifier
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.