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.

Describes the authentication method to be used by a Client VPN endpoint. For more information, see Authentication in the Client VPN Administrator Guide.

Inheritance Hierarchy

System.Object
  Amazon.EC2.Model.ClientVpnAuthenticationRequest

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

Syntax

C#
public class ClientVpnAuthenticationRequest

The ClientVpnAuthenticationRequest type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property ActiveDirectory Amazon.EC2.Model.DirectoryServiceAuthenticationRequest

Gets and sets the property ActiveDirectory.

Information about the Active Directory to be used, if applicable. You must provide this information if Type is directory-service-authentication.

Public Property FederatedAuthentication Amazon.EC2.Model.FederatedAuthenticationRequest

Gets and sets the property FederatedAuthentication.

Information about the IAM SAML identity provider to be used, if applicable. You must provide this information if Type is federated-authentication.

Public Property MutualAuthentication Amazon.EC2.Model.CertificateAuthenticationRequest

Gets and sets the property MutualAuthentication.

Information about the authentication certificates to be used, if applicable. You must provide this information if Type is certificate-authentication.

Public Property Type Amazon.EC2.ClientVpnAuthenticationType

Gets and sets the property Type.

The type of client authentication to be used.

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