Initializes a new instance of the X9FieldID class
Namespace: Org.BouncyCastle.Asn1.X9
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Syntax
C# |
---|
public X9FieldID( int m, int k1, int k2, int k3 ) |
Visual Basic |
---|
Public Sub New ( _ m As Integer, _ k1 As Integer, _ k2 As Integer, _ k3 As Integer _ ) |
Visual C++ |
---|
public: X9FieldID( int m, int k1, int k2, int k3 ) |
Parameters
- m
- Type: System..::..Int32
- k1
- Type: System..::..Int32
- k2
- Type: System..::..Int32
- k3
- Type: System..::..Int32