24 lines
681 B
Markdown
24 lines
681 B
Markdown
# NetworkingConfiguration.EncryptedChannels Field
|
|
|
|
|
|
Set of channels that will have all message contents encrypted when used
|
|
|
|
**Namespace:** <a href="N_MLAPI">MLAPI</a><br />**Assembly:** MLAPI (in MLAPI.dll) Version: 1.0.0.0 (1.0.0.0)
|
|
|
|
## Syntax
|
|
|
|
**C#**<br />
|
|
``` C#
|
|
public HashSet<int> EncryptedChannels
|
|
```
|
|
|
|
<br />
|
|
|
|
#### Field Value
|
|
Type: <a href="http://msdn2.microsoft.com/en-us/library/bb359438" target="_blank">HashSet</a>(<a href="http://msdn2.microsoft.com/en-us/library/td2s409d" target="_blank">Int32</a>)
|
|
|
|
## See Also
|
|
|
|
|
|
#### Reference
|
|
<a href="T_MLAPI_NetworkingConfiguration">NetworkingConfiguration Class</a><br /><a href="N_MLAPI">MLAPI Namespace</a><br /> |