Show / Hide Table of Contents

Class EncryptionKeyHolderComponent

This component is by entities that can contain encryption keys

Inheritance
System.Object
EncryptionKeyHolderComponent
Namespace: Content.Shared.Radio.Components
Assembly: Content.Shared.dll
Syntax
public sealed class EncryptionKeyHolderComponent : Component

Fields

| Improve this Doc View Source

Channels

Combined set of radio channels provided by all contained keys.

Declaration
public HashSet<string> Channels
Field Value
Type Description
HashSet<System.String>
| Improve this Doc View Source

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>
| Improve this Doc View Source

KeyContainer

Declaration
public Container KeyContainer
Field Value
Type Description
Robust.Shared.Containers.Container
| Improve this Doc View Source

KeyContainerName

Declaration
public const string KeyContainerName = null
Field Value
Type Description
System.String
| Improve this Doc View Source

KeyExtractionSound

Declaration
public SoundSpecifier KeyExtractionSound
Field Value
Type Description
Robust.Shared.Audio.SoundSpecifier
| Improve this Doc View Source

KeyInsertionSound

Declaration
public SoundSpecifier KeyInsertionSound
Field Value
Type Description
Robust.Shared.Audio.SoundSpecifier
| Improve this Doc View Source

KeysExtractionMethod

The tool required to extract the encryption keys from the headset.

Declaration
public string KeysExtractionMethod
Field Value
Type Description
System.String
| Improve this Doc View Source

KeySlots

Declaration
public int KeySlots
Field Value
Type Description
System.Int32
| Improve this Doc View Source

KeysUnlocked

Whether or not encryption keys can be removed from the headset.

Declaration
public bool KeysUnlocked
Field Value
Type Description
System.Boolean
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾