SamlCredential Class

Note: This API is now obsolete.

Represents the Security Assertion Markup Language (SAML) credential used for a service or a client.

Inheritance Hierarchy

System. . :: . .Object
  Microsoft.ServiceBus.Description. . :: . .TransportClientCredentialBase
    Microsoft.ServiceBus.Description..::..SamlCredential

Namespace:  Microsoft.ServiceBus.Description
Assembly:  Microsoft.ServiceBus (in Microsoft.ServiceBus.dll)

Syntax

'Declaration
<ObsoleteAttribute("This class is deprecated.  Please use SamlTokenProvider instead.  See TokenProvider.CreateSamlTokenProvider for details.")> _
Public Class SamlCredential _
    Inherits TransportClientCredentialBase
'Usage
Dim instance As SamlCredential
[ObsoleteAttribute("This class is deprecated.  Please use SamlTokenProvider instead.  See TokenProvider.CreateSamlTokenProvider for details.")]
public class SamlCredential : TransportClientCredentialBase
[ObsoleteAttribute(L"This class is deprecated.  Please use SamlTokenProvider instead.  See TokenProvider.CreateSamlTokenProvider for details.")]
public ref class SamlCredential : public TransportClientCredentialBase
[<ObsoleteAttribute("This class is deprecated.  Please use SamlTokenProvider instead.  See TokenProvider.CreateSamlTokenProvider for details.")>]
type SamlCredential =  
    class
        inherit TransportClientCredentialBase
    end
public class SamlCredential extends TransportClientCredentialBase

The SamlCredential type exposes the following members.

Properties

  Name Description
Public property SamlToken Gets or sets the token string for a Security Assertion Markup Language (SAML) assertion.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.ServiceBus.Description Namespace