SecuritySettings.AkamaiG20Authentication Property

[This topic is pre-release documentation and is subject to change in future releases. Participation in the preview is limited to invitees only. For more information, see the Release Notes.]

Gets or sets the list of G20 authentication keys.

Namespace:  Microsoft.WindowsAzure.MediaServices.Client
Assembly:  Microsoft.WindowsAzure.MediaServices.Client.Live (in Microsoft.WindowsAzure.MediaServices.Client.Live.dll)

Syntax

'Declaration
Public Property AkamaiG20Authentication As IList(Of G20Key)
    Get 
    Set
'Usage
Dim instance As SecuritySettings 
Dim value As IList(Of G20Key)

value = instance.AkamaiG20Authentication

instance.AkamaiG20Authentication = value
public IList<G20Key> AkamaiG20Authentication { get; set; }
public:
property IList<G20Key^>^ AkamaiG20Authentication {
    IList<G20Key^>^ get ();
    void set (IList<G20Key^>^ value);
}
member AkamaiG20Authentication : IList<G20Key> with get, set
function get AkamaiG20Authentication () : IList<G20Key>
function set AkamaiG20Authentication (value : IList<G20Key>)

Property Value

Type: System.Collections.Generic.IList<G20Key>

See Also

Reference

SecuritySettings Class

Microsoft.WindowsAzure.MediaServices.Client Namespace