AccessKeys Class

Definition

Namespace/ServiceBus Connection String

public class AccessKeys
type AccessKeys = class
Public Class AccessKeys
Inheritance
AccessKeys

Constructors

AccessKeys()

Initializes a new instance of the AccessKeys class.

AccessKeys(String, String, String, String, String, String, String)

Initializes a new instance of the AccessKeys class.

Properties

AliasPrimaryConnectionString

Gets primary connection string of the alias if GEO DR is enabled

AliasSecondaryConnectionString

Gets secondary connection string of the alias if GEO DR is enabled

KeyName

Gets a string that describes the authorization rule.

PrimaryConnectionString

Gets primary connection string of the created namespace authorization rule.

PrimaryKey

Gets a base64-encoded 256-bit primary key for signing and validating the SAS token.

SecondaryConnectionString

Gets secondary connection string of the created namespace authorization rule.

SecondaryKey

Gets a base64-encoded 256-bit primary key for signing and validating the SAS token.

Applies to