WSTrustBindingBase Constructor (SecurityMode, TrustVersion)

Namespace: Microsoft.IdentityModel.Protocols.WSTrust.Bindings
Assembly: Microsoft.IdentityModel (in microsoft.identitymodel.dll)

Usage

    Dim securityMode As SecurityMode
Dim trustVersion As TrustVersion

Dim instance As New WSTrustBindingBase(securityMode, trustVersion)

Syntax

'Declaration
Protected Sub New ( _
    securityMode As SecurityMode, _
    trustVersion As TrustVersion _
)
protected WSTrustBindingBase (
    SecurityMode securityMode,
    TrustVersion trustVersion
)
protected:
WSTrustBindingBase (
    SecurityMode securityMode, 
    TrustVersion^ trustVersion
)
protected WSTrustBindingBase (
    SecurityMode securityMode, 
    TrustVersion trustVersion
)
protected function WSTrustBindingBase (
    securityMode : SecurityMode, 
    trustVersion : TrustVersion
)

Parameters

  • securityMode
     
  • trustVersion
     

Platforms

Development Platforms

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

See Also

Reference

WSTrustBindingBase Class
WSTrustBindingBase Members
Microsoft.IdentityModel.Protocols.WSTrust.Bindings Namespace