Aracılığıyla paylaş


CoseMessage.DecodeSign1 Yöntem

Tanım

Aşırı Yüklemeler

DecodeSign1(Byte[])

CBOR yükünün kodunu COSE_Sign1 iletisi olarak çözer.

DecodeSign1(ReadOnlySpan<Byte>)

CBOR yükünün kodunu COSE_Sign1 iletisi olarak çözer.

DecodeSign1(Byte[])

Kaynak:
CoseMessage.cs
Kaynak:
CoseMessage.cs
Kaynak:
CoseMessage.cs
Kaynak:
CoseMessage.cs

CBOR yükünün kodunu COSE_Sign1 iletisi olarak çözer.

public:
 static System::Security::Cryptography::Cose::CoseSign1Message ^ DecodeSign1(cli::array <System::Byte> ^ cborPayload);
public static System.Security.Cryptography.Cose.CoseSign1Message DecodeSign1 (byte[] cborPayload);
static member DecodeSign1 : byte[] -> System.Security.Cryptography.Cose.CoseSign1Message
Public Shared Function DecodeSign1 (cborPayload As Byte()) As CoseSign1Message

Parametreler

cborPayload
Byte[]

Kodu çözecek bayt dizisi.

Döndürülenler

Kodu çözülen ileti.

Özel durumlar

cborPayload, null değeridir.

cborPayload COSE_Sign1 iletisi olarak çözülemedi.

Şunlara uygulanır

DecodeSign1(ReadOnlySpan<Byte>)

Kaynak:
CoseMessage.cs
Kaynak:
CoseMessage.cs
Kaynak:
CoseMessage.cs
Kaynak:
CoseMessage.cs

CBOR yükünün kodunu COSE_Sign1 iletisi olarak çözer.

public:
 static System::Security::Cryptography::Cose::CoseSign1Message ^ DecodeSign1(ReadOnlySpan<System::Byte> cborPayload);
public static System.Security.Cryptography.Cose.CoseSign1Message DecodeSign1 (ReadOnlySpan<byte> cborPayload);
static member DecodeSign1 : ReadOnlySpan<byte> -> System.Security.Cryptography.Cose.CoseSign1Message
Public Shared Function DecodeSign1 (cborPayload As ReadOnlySpan(Of Byte)) As CoseSign1Message

Parametreler

cborPayload
ReadOnlySpan<Byte>

Kodunu çözmek için CBOR ile kodlanmış bayt dizisi.

Döndürülenler

Kodu çözülen ileti.

Özel durumlar

cborPayload COSE_Sign1 iletisi olarak çözülemedi.

Şunlara uygulanır