Class Ikev2TransformTypesLegacy
DEPRECATED - This is the old format for IKEv2 transform types using simple string refs.
Kept for backwards compatibility with protobuf field 4 on ProtocolProperties.
Inheritance
Ikev2TransformTypesLegacy
Assembly: CycloneDX.Core.dll
[ProtoContract]
public class Ikev2TransformTypesLegacy
Properties
|
Edit this page
View Source
Declaration
[JsonPropertyName("auth")]
[ProtoMember(6)]
public List<string> AuthenticationMethods { get; set; }
Property Value
|
Edit this page
View Source
Declaration
[JsonPropertyName("encr")]
[ProtoMember(1)]
public List<string> EncryptionAlgorithms { get; set; }
Property Value
|
Edit this page
View Source
Declaration
[JsonPropertyName("esn")]
[ProtoMember(5)]
public bool? ExtendedSequenceNumbers { get; set; }
Property Value
|
Edit this page
View Source
Declaration
[JsonPropertyName("integ")]
[ProtoMember(3)]
public List<string> IntegrityAlgorithms { get; set; }
Property Value
|
Edit this page
View Source
Declaration
[JsonPropertyName("ke")]
[ProtoMember(4)]
public List<string> KeyExchangeMethods { get; set; }
Property Value
|
Edit this page
View Source
Declaration
[JsonPropertyName("prf")]
[ProtoMember(2)]
public List<string> PseudorandomFunctions { get; set; }
Property Value
Methods
|
Edit this page
View Source
Declaration
public bool ShouldSerializeExtendedSequenceNumbers()
Returns