MCEncryptionPreference 枚举

定义

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.TvOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 7, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public enum MCEncryptionPreference
type MCEncryptionPreference = 
继承
MCEncryptionPreference
属性

字段

None 2

优先选择未加密的连接。

Optional 0

无首选项。

Required 1

应加密连接。

适用于