Class Crc24
- Namespace
- Enterprises.Org.BouncyCastle.Bcpg
- Assembly
- Enterprises.BouncyCastle.Crypto.dll
public class Crc24
- Inheritance
-
Crc24
- Inherited Members
Constructors
Crc24()
public Crc24()
Properties
Value
public int Value { get; }
Property Value
Methods
GetValue()
[Obsolete("Use 'Value' property instead")]
public int GetValue()
Returns
Reset()
public void Reset()
Update(int)
public void Update(int b)
Parameters
b
int