sas-token

Using SAS Token with Azure ServiceBus

我与影子孤独终老i 提交于 2021-02-11 16:56:57
问题 I am using new Azure ServiceBus SDK which is .NET Standard 2.0 and I am finding it difficult to use SAS Token. Previously, it used to be MessagingFactory but in new SDK it's not there. ServiceBusConnectionStringBuilder has SAS Token but it also expects a connectionString. Basically, I want to Send and Receive using SAS Policy (Send rule for Sending and Receive rule for Receiving) and SAS token created from connection string of these policies. I am able to generate SAS Token but cannot find a