Class Ikev2TransformTypes
Inheritance
System.Object
Ikev2TransformTypes
Assembly: CycloneDX.Core.dll
public class Ikev2TransformTypes : object
Properties
|
Improve this Doc
View Source
Declaration
public List<string> AuthenticationMethods { get; set; }
Property Value
Type |
Description |
List<System.String> |
|
|
Improve this Doc
View Source
Declaration
public List<string> EncryptionAlgorithms { get; set; }
Property Value
Type |
Description |
List<System.String> |
|
|
Improve this Doc
View Source
Declaration
public List<bool> ExtendedSequenceNumbers { get; set; }
Property Value
Type |
Description |
List<System.Boolean> |
|
|
Improve this Doc
View Source
Declaration
public List<string> IntegrityAlgorithms { get; set; }
Property Value
Type |
Description |
List<System.String> |
|
|
Improve this Doc
View Source
Declaration
public List<string> KeyExchangeMethods { get; set; }
Property Value
Type |
Description |
List<System.String> |
|
|
Improve this Doc
View Source
Declaration
public List<string> PseudorandomFunctions { get; set; }
Property Value
Type |
Description |
List<System.String> |
|