IpSecAlgorithm.SupportedAlgorithms 属性

定义

返回当前设备支持的 IPsec 算法。

public static System.Collections.Generic.ICollection<string> SupportedAlgorithms { [Android.Runtime.Register("getSupportedAlgorithms", "()Ljava/util/Set;", "", ApiSince=31)] get; }
[<get: Android.Runtime.Register("getSupportedAlgorithms", "()Ljava/util/Set;", "", ApiSince=31)>]
static member SupportedAlgorithms : System.Collections.Generic.ICollection<string>

属性值

属性

注解

返回当前设备支持的 IPsec 算法。

旧设备上可能不支持某些算法。 调用方必须在使用算法之前检查算法是否受支持。

Java文档android.net.IpSecAlgorithm.getSupportedAlgorithms()

本页的某些部分是根据 创建和共享的工作进行的修改,并根据 许可证中所述的条款使用。

适用于