TeamFoundationSigningService.Sign Method
Include Protected Members
Include Inherited Members
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
Sign(TeamFoundationRequestContext, Guid, array<Byte[], SigningAlgorithm) | Sign the given message using the key set for the given identifier. | |
Sign(TeamFoundationRequestContext, Guid, array<Byte[], TimeSpan, SigningAlgorithm) | Sign the given message using the key set for the given identifier. The message will fail to validate after the given expiration timespan. |
Top