Share via


TokenProviderElement.SharedSecret Property

Definition

Gets the shared secret element contained in the token provider element.

[System.Configuration.ConfigurationProperty("sharedSecret")]
public Microsoft.ServiceBus.Configuration.SharedSecretElement SharedSecret { get; }
[<System.Configuration.ConfigurationProperty("sharedSecret")>]
member this.SharedSecret : Microsoft.ServiceBus.Configuration.SharedSecretElement
Public ReadOnly Property SharedSecret As SharedSecretElement

Property Value

The shared secret element contained in the token provider element.

Attributes

Applies to