IngestEndpointSettings.Security 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 security settings.

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

Syntax

'Declaration
Public Property Security As SecuritySettings 
    Get 
    Set
'Usage
Dim instance As IngestEndpointSettings 
Dim value As SecuritySettings 

value = instance.Security

instance.Security = value
public SecuritySettings Security { get; set; }
public:
property SecuritySettings^ Security {
    SecuritySettings^ get ();
    void set (SecuritySettings^ value);
}
member Security : SecuritySettings with get, set
function get Security () : SecuritySettings 
function set Security (value : SecuritySettings)

Property Value

Type: Microsoft.WindowsAzure.MediaServices.Client.SecuritySettings

See Also

Reference

IngestEndpointSettings Class

Microsoft.WindowsAzure.MediaServices.Client Namespace