C#
C++
F#
VB
SharedAccessBlobPolicies.Keys Property
SharedAccessBlobPolicies::Keys Property
SharedAccessBlobPolicies.Keys Property
SharedAccessBlobPolicies.Keys Property
Gets a collection containing the keys in the shared access policies collection.
Assembly: Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Syntax
C++
public: property ICollection<String^>^ Keys { virtual ICollection<String^>^ get() sealed; }
abstract Keys : ICollection<string> with get override Keys : ICollection<string> with get
Property Value
Type: System.Collections.Generic.ICollection<String>System.Collections.Generic::ICollection<String^>^System.Collections.Generic.ICollection<String>System.Collections.Generic.ICollection(Of String)A collection of strings containing the keys of the shared access policies collection.