Поделиться через


SecurityHttpClient.SetInheritFlagAsync - метод

Пространство имен:  Microsoft.VisualStudio.Services.Security.Client
Сборка:  Microsoft.VisualStudio.Services.WebApi (в Microsoft.VisualStudio.Services.WebApi.dll)

Синтаксис

'Декларация
Public Function SetInheritFlagAsync ( _
    securityNamespaceId As Guid, _
    token As String, _
    inherit As Boolean, _
    userState As Object _
) As Task(Of HttpResponseMessage)
public Task<HttpResponseMessage> SetInheritFlagAsync(
    Guid securityNamespaceId,
    string token,
    bool inherit,
    Object userState
)

Параметры

Возвращаемое значение

Тип: System.Threading.Tasks.Task<HttpResponseMessage>

Безопасность платформы .NET Framework

См. также

Ссылки

SecurityHttpClient Класс

Microsoft.VisualStudio.Services.Security.Client - пространство имен