SamlCredential Constructor

[This is prerelease documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Initializes a new instance of the SamlCredential class.

Namespace: Microsoft.ServiceBus
Assembly: Microsoft.ServiceBus.Channels (in microsoft.servicebus.channels.dll)

Usage

    Dim samlToken As String

Dim instance As New SamlCredential(samlToken)

Syntax

'Declaration
Public Sub New ( _
    samlToken As String _
)
public SamlCredential (
    string samlToken
)
public:
SamlCredential (
    String^ samlToken
)
public SamlCredential (
    String samlToken
)
public function SamlCredential (
    samlToken : String
)

Parameters

  • samlToken

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, Windows Server 2008, and Windows 2000

Target Platforms

See Also

Reference

SamlCredential Class
SamlCredential Members
Microsoft.ServiceBus Namespace