VpnNativeProfile.UserAuthenticationMethod 속성

정의

사용자를 인증하는 데 사용할 인증 방법을 가져오거나 설정합니다.

public:
 property VpnAuthenticationMethod UserAuthenticationMethod { VpnAuthenticationMethod get(); void set(VpnAuthenticationMethod value); };
VpnAuthenticationMethod UserAuthenticationMethod();

void UserAuthenticationMethod(VpnAuthenticationMethod value);
public VpnAuthenticationMethod UserAuthenticationMethod { get; set; }
var vpnAuthenticationMethod = vpnNativeProfile.userAuthenticationMethod;
vpnNativeProfile.userAuthenticationMethod = vpnAuthenticationMethod;
Public Property UserAuthenticationMethod As VpnAuthenticationMethod

속성 값

사용자를 인증하는 데 사용할 인증 방법을 나타내는 열거형 값입니다.

Windows 요구 사항

앱 기능
networkingVpnProvider

적용 대상