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