AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

The data associated with a network profile.

Inheritance Hierarchy

System.Object
  Amazon.AlexaForBusiness.Model.NetworkProfileData

Namespace: Amazon.AlexaForBusiness.Model
Assembly: AWSSDK.AlexaForBusiness.dll
Version: 3.x.y.z

Syntax

C#
public class NetworkProfileData

The NetworkProfileData type exposes the following members

Constructors

NameDescription
Public Method NetworkProfileData()

Properties

NameTypeDescription
Public Property CertificateAuthorityArn System.String

Gets and sets the property CertificateAuthorityArn.

The ARN of the Private Certificate Authority (PCA) created in AWS Certificate Manager (ACM). This is used to issue certificates to the devices.

Public Property Description System.String

Gets and sets the property Description.

Detailed information about a device's network profile.

Public Property EapMethod Amazon.AlexaForBusiness.NetworkEapMethod

Gets and sets the property EapMethod.

The authentication standard that is used in the EAP framework. Currently, EAP_TLS is supported.

Public Property NetworkProfileArn System.String

Gets and sets the property NetworkProfileArn.

The ARN of the network profile associated with a device.

Public Property NetworkProfileName System.String

Gets and sets the property NetworkProfileName.

The name of the network profile associated with a device.

Public Property SecurityType Amazon.AlexaForBusiness.NetworkSecurityType

Gets and sets the property SecurityType.

The security type of the Wi-Fi network. This can be WPA2_ENTERPRISE, WPA2_PSK, WPA_PSK, WEP, or OPEN.

Public Property Ssid System.String

Gets and sets the property Ssid.

The SSID of the Wi-Fi network.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5