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 | |
|---|---|---|
![]() |
SamlToken | Gets or sets the token string for a Security Assertion Markup Language (SAML) assertion. |
Top
Methods
| Name | Description | |
|---|---|---|
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
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.
.jpeg)
.jpeg)
.jpeg)