VssConnection.Credentials Property
Namespace: Microsoft.VisualStudio.Services.Client
Assembly: Microsoft.VisualStudio.Services.Client (in Microsoft.VisualStudio.Services.Client.dll)
Syntax
'Declaration
Public ReadOnly Property Credentials As VssCredentials
public VssCredentials Credentials { get; }
public:
property VssCredentials^ Credentials {
VssCredentials^ get ();
}
member Credentials : VssCredentials with get
function get Credentials () : VssCredentials
Property Value
Type: Microsoft.VisualStudio.Services.Common.VssCredentials
.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.