AsnWriter.WriteInteger Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
WriteInteger(Int64, Nullable<Asn1Tag>) |
Écrivez une valeur Integer avec une balise spécifiée. |
WriteInteger(BigInteger, Nullable<Asn1Tag>) |
Écrivez une valeur Integer avec une balise spécifiée. |
WriteInteger(ReadOnlySpan<Byte>, Nullable<Asn1Tag>) |
Écrivez une valeur Integer avec une balise spécifiée. |
WriteInteger(UInt64, Nullable<Asn1Tag>) |
Écrivez une valeur Integer avec une balise spécifiée. |
WriteInteger(Int64, Nullable<Asn1Tag>)
- Source:
- AsnWriter.Integer.cs
- Source:
- AsnWriter.Integer.cs
- Source:
- AsnWriter.Integer.cs
Écrivez une valeur Integer avec une balise spécifiée.
public void WriteInteger (long value, System.Formats.Asn1.Asn1Tag? tag = default);
member this.WriteInteger : int64 * Nullable<System.Formats.Asn1.Asn1Tag> -> unit
Public Sub WriteInteger (value As Long, Optional tag As Nullable(Of Asn1Tag) = Nothing)
Paramètres
- value
- Int64
Valeur à écrire.
Exceptions
S’applique à
WriteInteger(BigInteger, Nullable<Asn1Tag>)
- Source:
- AsnWriter.Integer.cs
- Source:
- AsnWriter.Integer.cs
- Source:
- AsnWriter.Integer.cs
Écrivez une valeur Integer avec une balise spécifiée.
public void WriteInteger (System.Numerics.BigInteger value, System.Formats.Asn1.Asn1Tag? tag = default);
member this.WriteInteger : System.Numerics.BigInteger * Nullable<System.Formats.Asn1.Asn1Tag> -> unit
Public Sub WriteInteger (value As BigInteger, Optional tag As Nullable(Of Asn1Tag) = Nothing)
Paramètres
- value
- BigInteger
Valeur à écrire.
Exceptions
S’applique à
WriteInteger(ReadOnlySpan<Byte>, Nullable<Asn1Tag>)
- Source:
- AsnWriter.Integer.cs
- Source:
- AsnWriter.Integer.cs
- Source:
- AsnWriter.Integer.cs
Écrivez une valeur Integer avec une balise spécifiée.
public void WriteInteger (ReadOnlySpan<byte> value, System.Formats.Asn1.Asn1Tag? tag = default);
member this.WriteInteger : ReadOnlySpan<byte> * Nullable<System.Formats.Asn1.Asn1Tag> -> unit
Public Sub WriteInteger (value As ReadOnlySpan(Of Byte), Optional tag As Nullable(Of Asn1Tag) = Nothing)
Paramètres
- value
- ReadOnlySpan<Byte>
Valeur entière à écrire, en ordre d’octet big-endian signé.
Exceptions
les 9 bits les plus significatifs sont tous définis. -ou- les 9 bits les plus significatifs sont tous non définis.
S’applique à
WriteInteger(UInt64, Nullable<Asn1Tag>)
- Source:
- AsnWriter.Integer.cs
- Source:
- AsnWriter.Integer.cs
- Source:
- AsnWriter.Integer.cs
Important
Cette API n’est pas conforme CLS.
Écrivez une valeur Integer avec une balise spécifiée.
[System.CLSCompliant(false)]
public void WriteInteger (ulong value, System.Formats.Asn1.Asn1Tag? tag = default);
[<System.CLSCompliant(false)>]
member this.WriteInteger : uint64 * Nullable<System.Formats.Asn1.Asn1Tag> -> unit
Public Sub WriteInteger (value As ULong, Optional tag As Nullable(Of Asn1Tag) = Nothing)
Paramètres
- value
- UInt64
Valeur à écrire.
- Attributs