Class Ikev2Encr
Assembly: CycloneDX.Core.dll
Syntax
[ProtoContract]
public class Ikev2Encr
Properties
|
Edit this page
View Source
Algorithm
Declaration
[ProtoMember(3)]
public string Algorithm { get; set; }
Property Value
|
Edit this page
View Source
KeyLength
Declaration
[ProtoMember(2)]
public int? KeyLength { get; set; }
Property Value
|
Edit this page
View Source
Name
Declaration
[ProtoMember(1)]
public string Name { get; set; }
Property Value
Methods
|
Edit this page
View Source
ShouldSerializeKeyLength()
Declaration
public bool ShouldSerializeKeyLength()
Returns