Skip to content

newgroundsiodotnet.enums.securitylevel

GlitchyPSIX edited this page Mar 30, 2025 · 4 revisions

SecurityLevel

Namespace: NewgroundsIODotNet.Enums

public enum SecurityLevel

Inheritance ObjectValueTypeEnumSecurityLevel
Implements IComparable, ISpanFormattable, IFormattable, IConvertible

Fields

Name Value Description
None 0 Encrypts no Component.
OnlyRequired 1 Only encrypts Components that have RequiresSecureCall set to true.
ForceAll 2 Encrypts every Component in the request.
Clone this wiki locally