Class ProtocolProperties
Inheritance
System.Object
ProtocolProperties
Assembly: CycloneDX.Core.dll
Syntax
public class ProtocolProperties : object
Properties
|
Improve this Doc
View Source
CipherSuites
Declaration
public List<CipherSuite> CipherSuites { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public Ikev2TransformTypes Ikev2TransformTypes { get; set; }
Property Value
|
Improve this Doc
View Source
Type
Declaration
public ProtocolType Type { get; set; }
Property Value
|
Improve this Doc
View Source
Version
Declaration
public string Version { get; set; }
Property Value
Type |
Description |
System.String |
|