共用方式為


VpnClientParameters interface

用於產生套件的 Vpn 用戶端參數。

屬性

authenticationMethod

VPN 用戶端驗證方法。

clientRootCertificates

用戶端根憑證公開憑證資料的清單,編碼為 Base-64 字串。 使用 EAPTLS 進行外部半徑型驗證的選擇性參數。

processorArchitecture

VPN 用戶端處理器架構。

radiusServerAuthCertificate

以 Base-64 編碼字串表示之 radius 伺服器驗證憑證的公用憑證資料。 只有在已使用 EAPTLS 驗證設定外部半徑驗證時才需要。

屬性詳細資料

authenticationMethod

VPN 用戶端驗證方法。

authenticationMethod?: string

屬性值

string

clientRootCertificates

用戶端根憑證公開憑證資料的清單,編碼為 Base-64 字串。 使用 EAPTLS 進行外部半徑型驗證的選擇性參數。

clientRootCertificates?: string[]

屬性值

string[]

processorArchitecture

VPN 用戶端處理器架構。

processorArchitecture?: string

屬性值

string

radiusServerAuthCertificate

以 Base-64 編碼字串表示之 radius 伺服器驗證憑證的公用憑證資料。 只有在已使用 EAPTLS 驗證設定外部半徑驗證時才需要。

radiusServerAuthCertificate?: string

屬性值

string