次の方法で共有


MCEncryptionPreference 列挙型

定義

の接続を暗号化するかどうかを指定する値を MCSession 持つ列挙体。 C:MultipeerConnectivity.MCSession(MultipeerConnectivity.MCPeerID,Security.SecIdentity, MultipeerConnectivity.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

接続は暗号化する必要があります。

適用対象