AmqpUtilitiesSendAzureAuthenticationToken Method |
[This is preliminary documentation and is subject to change.]
Namespace:
CFX.Transport
Assembly:
CFXnet46 (in CFXnet46.dll) Version: 1.0.5
Syntaxpublic static bool SendAzureAuthenticationToken(
Connection connection,
string host,
string shareAccessSignature,
string audience
)
Public Shared Function SendAzureAuthenticationToken (
connection As Connection,
host As String,
shareAccessSignature As String,
audience As String
) As Boolean
Parameters
- connection
- Type: Connection
- host
- Type: SystemString
- shareAccessSignature
- Type: SystemString
- audience
- Type: SystemString
Return Value
Type:
Boolean
See Also