CredentialType Property
Note: This API is now obsolete.
Gets or sets a value that specifies which of the credentials specified on the composite TransportClientCredentials instance referred to by the ClientCredentials property is effective in this behavior.
Namespace: Microsoft.ServiceBus.Configuration
Assembly: Microsoft.ServiceBus (in Microsoft.ServiceBus.dll)
Syntax
'Declaration
<ConfigurationPropertyAttribute("credentialType")> _
<ObsoleteAttribute> _
Public Property CredentialType As TransportClientCredentialType
Get
Set
'Usage
Dim instance As TransportClientEndpointBehaviorElement
Dim value As TransportClientCredentialType
value = instance.CredentialType
instance.CredentialType = value
[ConfigurationPropertyAttribute("credentialType")]
[ObsoleteAttribute]
public TransportClientCredentialType CredentialType { get; set; }
[ConfigurationPropertyAttribute(L"credentialType")]
[ObsoleteAttribute]
public:
property TransportClientCredentialType CredentialType {
TransportClientCredentialType get ();
void set (TransportClientCredentialType value);
}
[<ConfigurationPropertyAttribute("credentialType")>]
[<ObsoleteAttribute>]
member CredentialType : TransportClientCredentialType with get, set
function get CredentialType () : TransportClientCredentialType
function set CredentialType (value : TransportClientCredentialType)
Property Value
Type: Microsoft.ServiceBus. . :: . .TransportClientCredentialType
The TransportClientCredentialType object that contains the credential type of a service or client endpoint.