Class Ikev2TransformTypes
Inheritance
Ikev2TransformTypes
Assembly: CycloneDX.Core.dll
[ProtoContract]
public class Ikev2TransformTypes
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 List<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