SharedAccessSignatureTokenProvider.GetPublisherSharedAccessSignature Method
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.
public static string GetPublisherSharedAccessSignature (Uri endpoint, string entityPath, string publisher, string keyName, string key, TimeSpan tokenTimeToLive);
static member GetPublisherSharedAccessSignature : Uri * string * string * string * string * TimeSpan -> string
Public Shared Function GetPublisherSharedAccessSignature (endpoint As Uri, entityPath As String, publisher As String, keyName As String, key As String, tokenTimeToLive As TimeSpan) As String
Parameters
- endpoint
- Uri
- entityPath
- String
- publisher
- String
- keyName
- String
- key
- String
- tokenTimeToLive
- TimeSpan
Returns
Remarks
This method assumes UTF8 encoding is being used.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET