JsonSecurityToken(String, String) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates a new instance of the JsonSecurityToken class.
public JsonSecurityToken (string rawToken, string audience);
new Microsoft.Azure.EventHubs.JsonSecurityToken : string * string -> Microsoft.Azure.EventHubs.JsonSecurityToken
Public Sub New (rawToken As String, audience As String)
Parameters
- rawToken
- String
Raw JSON Web Token string
- audience
- String
The audience
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET