Share via


Saml Property

Gets the Security Assertion Markup Language credential object stored in this instance.

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

Syntax

'Declaration
Public Property Saml As SamlCredential
    Get
    Friend Set
'Usage
Dim instance As TransportClientCredentials
Dim value As SamlCredential

value = instance.Saml
public SamlCredential Saml { get; internal set; }
public:
property SamlCredential^ Saml {
    SamlCredential^ get ();
    internal: void set (SamlCredential^ value);
}
member Saml : SamlCredential with get, internal set
function get Saml () : SamlCredential
internal function set Saml (value : SamlCredential)

Property Value

Type: Microsoft.ServiceBus.Description. . :: . .SamlCredential
The Security Assertion Markup Language credential object stored in this instance.

Remarks

If the Security Assertion Markup Language (SAML) credential object in this instance is null Nothing nullptr unit a null reference (Nothing in Visual Basic) , this property creates this object and returns it.

See Also

Reference

TransportClientCredentials Class

Microsoft.ServiceBus.Description Namespace