AmqpUtilitiesGetSharedAccessSignature Method |
[This is preliminary documentation and is subject to change.]
Namespace:
CFX.Transport
Assembly:
CFXnet46 (in CFXnet46.dll) Version: 1.0.5
Syntaxpublic static string GetSharedAccessSignature(
string keyName,
string sharedAccessKey,
string resource,
TimeSpan tokenTimeToLive
)
Public Shared Function GetSharedAccessSignature (
keyName As String,
sharedAccessKey As String,
resource As String,
tokenTimeToLive As TimeSpan
) As String
Parameters
- keyName
- Type: SystemString
- sharedAccessKey
- Type: SystemString
- resource
- Type: SystemString
- tokenTimeToLive
- Type: SystemTimeSpan
Return Value
Type:
String
See Also