Class EncryptionKeyComponent
This component is currently used for providing access to channels for "HeadsetComponent"s. It should be used for intercoms and other radios in future.
Inheritance
System.Object
EncryptionKeyComponent
Namespace: Content.Shared.Radio.Components
Assembly: Content.Shared.dll
Syntax
public sealed class EncryptionKeyComponent : Component
Fields
| Improve this Doc View SourceChannels
Declaration
public HashSet<string> Channels
Field Value
Type | Description |
---|---|
HashSet<System.String> |
DefaultChannel
This is the channel that will be used when using the default/department prefix (DefaultChannelKey).
Declaration
public string? DefaultChannel
Field Value
Type | Description |
---|---|
System.Nullable<System.String> |