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.

Container for the parameters to the CreateNetworkProfile operation. Creates a network profile with the specified details.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.AlexaForBusiness.AmazonAlexaForBusinessRequest
      Amazon.AlexaForBusiness.Model.CreateNetworkProfileRequest

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

Syntax

C#
public class CreateNetworkProfileRequest : AmazonAlexaForBusinessRequest
         IAmazonWebServiceRequest

The CreateNetworkProfileRequest type exposes the following members

Constructors

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 ClientRequestToken System.String

Gets and sets the property ClientRequestToken.

Public Property CurrentPassword System.String

Gets and sets the property CurrentPassword.

The current password of the Wi-Fi network.

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 NetworkProfileName System.String

Gets and sets the property NetworkProfileName.

The name of the network profile associated with a device.

Public Property NextPassword System.String

Gets and sets the property NextPassword.

The next, or subsequent, password of the Wi-Fi network. This password is asynchronously transmitted to the device and is used when the password of the network changes to NextPassword.

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.

Public Property Tags System.Collections.Generic.List<Amazon.AlexaForBusiness.Model.Tag>

Gets and sets the property Tags.

The tags to be added to the specified resource. Do not provide system tags.

Public Property TrustAnchors System.Collections.Generic.List<System.String>

Gets and sets the property TrustAnchors.

The root certificates of your authentication server that is installed on your devices and used to trust your authentication server during EAP negotiation.

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