Class <11d4c772-3579-4f93-ac46-b452e4461737>DerInteger
Inheritance
System.Object
<11d4c772-3579-4f93-ac46-b452e4461737>DerInteger
Assembly: IronPdf.dll
Syntax
public class <11d4c772-3579-4f93-ac46-b452e4461737>DerInteger : < 11d 4 c772 - 3579 - 4f 93 - ac46 - b452e4461737 > Asn1Object, < 11d 4 c772 - 3579 - 4f 93 - ac46 - b452e4461737 > IAsn1Convertible
Constructors
<11d4c772-3579-4f93-ac46-b452e4461737>DerInteger(<11d4c772-3579-4f93-ac46-b452e4461737>BigInteger)
Declaration
public <11d4c772-3579-4f93-ac46-b452e4461737>DerInteger( < 11d 4 c772 - 3579 - 4f 93 - ac46 - b452e4461737 > BigInteger value)
Parameters
<11d4c772-3579-4f93-ac46-b452e4461737>DerInteger(Byte[])
Declaration
public <11d4c772-3579-4f93-ac46-b452e4461737>DerInteger(byte[] bytes)
Parameters
| Type |
Name |
Description |
| System.Byte[] |
bytes |
|
<11d4c772-3579-4f93-ac46-b452e4461737>DerInteger(Int32)
Declaration
public <11d4c772-3579-4f93-ac46-b452e4461737>DerInteger(int value)
Parameters
| Type |
Name |
Description |
| System.Int32 |
value |
|
<11d4c772-3579-4f93-ac46-b452e4461737>DerInteger(Int64)
Declaration
public <11d4c772-3579-4f93-ac46-b452e4461737>DerInteger(long value)
Parameters
| Type |
Name |
Description |
| System.Int64 |
value |
|
Fields
AllowUnsafeProperty
Declaration
public const string AllowUnsafeProperty = "Org.BouncyCastle.Asn1.AllowUnsafeInteger"
Field Value
| Type |
Description |
| System.String |
|
Properties
IntPositiveValueExact
Declaration
public int IntPositiveValueExact { get; }
Property Value
| Type |
Description |
| System.Int32 |
|
IntValueExact
Declaration
public int IntValueExact { get; }
Property Value
| Type |
Description |
| System.Int32 |
|
LongValueExact
Declaration
public long LongValueExact { get; }
Property Value
| Type |
Description |
| System.Int64 |
|
PositiveValue
Declaration
public < 11d 4 c772 - 3579 - 4f 93 - ac46 - b452e4461737 > BigInteger PositiveValue { get; }
Property Value
Value
Declaration
public < 11d 4 c772 - 3579 - 4f 93 - ac46 - b452e4461737 > BigInteger Value { get; }
Property Value
Methods
Asn1Equals(<11d4c772-3579-4f93-ac46-b452e4461737>Asn1Object)
Declaration
protected override bool Asn1Equals( < 11d 4 c772 - 3579 - 4f 93 - ac46 - b452e4461737 > Asn1Object asn1Object)
Parameters
Returns
| Type |
Description |
| System.Boolean |
|
Overrides
Asn1GetHashCode()
Declaration
protected override int Asn1GetHashCode()
Returns
| Type |
Description |
| System.Int32 |
|
Overrides
GetInstance(<11d4c772-3579-4f93-ac46-b452e4461737>Asn1TaggedObject, Boolean)
Declaration
public static < 11d 4 c772 - 3579 - 4f 93 - ac46 - b452e4461737 > DerInteger GetInstance( < 11d 4 c772 - 3579 - 4f 93 - ac46 - b452e4461737 > Asn1TaggedObject obj, bool isExplicit)
Parameters
Returns
GetInstance(Object)
Declaration
public static < 11d 4 c772 - 3579 - 4f 93 - ac46 - b452e4461737 > DerInteger GetInstance(object obj)
Parameters
| Type |
Name |
Description |
| System.Object |
obj |
|
Returns
HasValue(<11d4c772-3579-4f93-ac46-b452e4461737>BigInteger)
Declaration
public bool HasValue( < 11d 4 c772 - 3579 - 4f 93 - ac46 - b452e4461737 > BigInteger x)
Parameters
Returns
| Type |
Description |
| System.Boolean |
|
HasValue(Int32)
Declaration
public bool HasValue(int x)
Parameters
| Type |
Name |
Description |
| System.Int32 |
x |
|
Returns
| Type |
Description |
| System.Boolean |
|
HasValue(Int64)
Declaration
public bool HasValue(long x)
Parameters
| Type |
Name |
Description |
| System.Int64 |
x |
|
Returns
| Type |
Description |
| System.Boolean |
|
ToString()
Declaration
public override string ToString()
Returns
| Type |
Description |
| System.String |
|
Implements