다음을 통해 공유


Ikev2VpnProfile.GetPresharedKey 메서드

정의

미리 공유된 키를 검색합니다.

[Android.Runtime.Register("getPresharedKey", "()[B", "", ApiSince=30)]
public byte[]? GetPresharedKey ();
[<Android.Runtime.Register("getPresharedKey", "()[B", "", ApiSince=30)>]
member this.GetPresharedKey : unit -> byte[]

반환

Byte[]
특성

설명

미리 공유된 키를 검색합니다.

프로필이 미리 공유된 키 인증을 사용하지 않거나 프로필이 .에서 빌드된 경우 null일 IkeTunnelConnectionParams수 있습니다.

에 대한 android.net.Ikev2VpnProfile.getPresharedKey()Java 설명서

이 페이지의 일부는 Android 오픈 소스 프로젝트에서 만들고 공유하고 Creative Commons 2.5 특성 라이선스에 설명된 용어에 따라 사용되는 작업을 기반으로 하는 수정 사항입니다.

적용 대상