SharedSecretCredential.IssuerName Property
[This is prerelease documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Gets or sets the name of 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.IssuerName
instance.IssuerName = value
Syntax
'Declaration
Public Property IssuerName As String
public string IssuerName { get; set; }
public:
property String^ IssuerName {
String^ get ();
void set (String^ value);
}
/** @property */
/** @attribute CompilerGeneratedAttribute() */
public String get_IssuerName ()
/** @property */
/** @attribute CompilerGeneratedAttribute() */
public void set_IssuerName (String value)
CompilerGeneratedAttribute
public function get IssuerName () : String
CompilerGeneratedAttribute
public function set IssuerName (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