Пространство имен: Microsoft.IdentityModel.Protocols.WSTrust.Bindings
Сборка: Microsoft.IdentityModel (в microsoft.identitymodel.dll)

Использование

Visual Basic
Dim transport As HttpTransportBindingElement

Me.ApplyTransportSecurity(transport)

Синтаксис

Visual Basic
Protected MustOverride Sub ApplyTransportSecurity ( _
		transport As HttpTransportBindingElement _
)
C#
protected abstract void ApplyTransportSecurity (
		HttpTransportBindingElement transport
)
C++
protected:
virtual void ApplyTransportSecurity (
		HttpTransportBindingElement^ transport
) abstract
J#
protected abstract void ApplyTransportSecurity (
		HttpTransportBindingElement transport
)
JScript
protected abstract function ApplyTransportSecurity (
		transport : HttpTransportBindingElement
)

Параметры

transport

Безопасность потоков

Любые открытые статические члены (Shared в Visual Basic) этого типа являются поточно-ориентированными.Любые члены экземпляров не являются гарантированно поточно-ориентированными.

Платформы

Платформа разработки

Windows Server 2003, Windows Vista

Target Platforms

Windows 98, Windows 2000, Windows 2000 Server, Windows CE, Windows Server 2008, Windows 98 Second Edition, Pocket PC, Smart Phone, Windows Server 2003, Windows XP Professional, Windows Vista, Windows Server 2003 R2, Windows XP, Not tested on Windows XP

См. также