SigningInfo.DownloadKey Property
Download key for this repository.
Namespace: Microsoft.TeamFoundation.Framework.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Declaration
Public Property DownloadKey As Byte()
public byte[] DownloadKey { get; set; }
public:
property array<unsigned char>^ DownloadKey {
array<unsigned char>^ get ();
void set (array<unsigned char>^ value);
}
member DownloadKey : byte[] with get, set
function get DownloadKey () : byte[]
function set DownloadKey (value : byte[])
Property Value
Type: array<System.Byte[]
Returns Byte.
.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.