Class ProtocolProperties
Inheritance
ProtocolProperties
Assembly: CycloneDX.Core.dll
Syntax
[ProtoContract]
public class ProtocolProperties
Properties
|
Edit this page
View Source
CipherSuites
Declaration
[ProtoMember(3)]
public List<CipherSuite> CipherSuites { get; set; }
Property Value
|
Edit this page
View Source
CryptoRefArray
Declaration
[ProtoMember(5)]
public List<string> CryptoRefArray { get; set; }
Property Value
|
Edit this page
View Source
Declaration
[ProtoMember(4)]
public Ikev2TransformTypes Ikev2TransformTypes { get; set; }
Property Value
|
Edit this page
View Source
Type
Declaration
[ProtoMember(1)]
public ProtocolType Type { get; set; }
Property Value
|
Edit this page
View Source
Version
Declaration
[ProtoMember(2)]
public string Version { get; set; }
Property Value