MCEncryptionPreference 列挙型
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
の接続を暗号化するかどうかを指定する値を 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 | 接続は暗号化する必要があります。 |