This documentation is archived and is not being maintained.

SigningInfo::DownloadKey Property

Download key for this repository.

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

public:
property array<unsigned char>^ DownloadKey {
	array<unsigned char>^ get ();
	void set (array<unsigned char>^ value);
}

Property Value

Type: array<System::Byte>
Returns Byte.

Show: