SharedSecretCredential.IssuerSecret Property

[This is prerelease documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Gets and sets the key for the service identity configured in AppFabric Access Control for the AppFabric Service Bus namespace.

Namespace: Microsoft.ServiceBus
Assembly: Microsoft.ServiceBus.Channels (in microsoft.servicebus.channels.dll)

Usage

    Dim instance As SharedSecretCredential
Dim value As String

value = instance.IssuerSecret

instance.IssuerSecret = value

Syntax

'Declaration
Public Property IssuerSecret As String
public string IssuerSecret { get; set; }
public:
property String^ IssuerSecret {
    String^ get ();
    void set (String^ value);
}
/** @property */
/** @attribute CompilerGeneratedAttribute() */ 
public String get_IssuerSecret ()

/** @property */
/** @attribute CompilerGeneratedAttribute() */ 
public void set_IssuerSecret (String value)
CompilerGeneratedAttribute 
public function get IssuerSecret () : String

CompilerGeneratedAttribute 
public function set IssuerSecret (value : String)

Property Value

Returns String.

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.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, Windows Server 2008, and Windows 2000

Target Platforms

See Also

Reference

SharedSecretCredential Class
SharedSecretCredential Members
Microsoft.ServiceBus Namespace