Dieser Artikel wurde noch nicht bewertet - Dieses Thema bewerten.

SecurityBindingElement.CreateIssuedTokenOverTransportBindingElement-Methode

Creates a security binding element configured to require SOAP security based client authentication using an issued token. This binding element requires the transport to provide server authentication and message protection (for example, HTTPS).

Namespace: System.ServiceModel.Channels
Assembly: System.ServiceModel (in system.servicemodel.dll)

public static TransportSecurityBindingElement CreateIssuedTokenOverTransportBindingElement (
	IssuedSecurityTokenParameters issuedTokenParameters
)
public static TransportSecurityBindingElement CreateIssuedTokenOverTransportBindingElement (
	IssuedSecurityTokenParameters issuedTokenParameters
)
public static function CreateIssuedTokenOverTransportBindingElement (
	issuedTokenParameters : IssuedSecurityTokenParameters
) : TransportSecurityBindingElement
Nicht zutreffend.

Parameter

issuedTokenParameters

An IssuedSecurityTokenParameters.

Rückgabewert

A TransportSecurityBindingElement.
AusnahmetypBedingung

ArgumentNullException

issuedTokenParameters is NULL-Verweis (Nothing in Visual Basic).

The created binding has IncludeTimestamp set to true.

The LocalClientSecuritySettings object returned from LocalClientSettings has its DetectReplays property set to false.

The LocalServiceSecuritySettings object returned from LocalServiceSettings has its DetectReplays property set to false.

Windows 98, Windows Server 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile für Pocket PC, Windows Mobile für Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition

Microsoft .NET Framework 3.0 wird unter Windows Vista, Microsoft Windows XP SP2 und Windows Server 2003 SP1 unterstützt.

.NET Framework

Unterstützt in: 3.0
Fanden Sie dies hilfreich?
(1500 verbleibende Zeichen)
© 2013 Microsoft. Alle Rechte vorbehalten.