BlobRequest.WriteSharedAccessIdentifiers 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.
Writes a collection of shared access policies to the specified stream in XML format.
public static void WriteSharedAccessIdentifiers (Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicies sharedAccessPolicies, System.IO.Stream outputStream);
static member WriteSharedAccessIdentifiers : Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicies * System.IO.Stream -> unit
Public Shared Sub WriteSharedAccessIdentifiers (sharedAccessPolicies As SharedAccessBlobPolicies, outputStream As Stream)
Parameters
- sharedAccessPolicies
- SharedAccessBlobPolicies
A collection of shared access policies.
- outputStream
- Stream
An output stream.
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