CoseHeaderLabel Struktura

Definicja

Reprezentuje etykietę nagłówka COSE.

public value class CoseHeaderLabel : IEquatable<System::Security::Cryptography::Cose::CoseHeaderLabel>
public readonly struct CoseHeaderLabel : IEquatable<System.Security.Cryptography.Cose.CoseHeaderLabel>
type CoseHeaderLabel = struct
Public Structure CoseHeaderLabel
Implements IEquatable(Of CoseHeaderLabel)
Dziedziczenie
CoseHeaderLabel
Implementuje

Konstruktory

CoseHeaderLabel(Int32)

Inicjuje CoseHeaderLabel nowe wystąpienie struktury.

CoseHeaderLabel(String)

Inicjuje CoseHeaderLabel nowe wystąpienie struktury.

Właściwości

Algorithm

Pobiera etykietę nagłówka reprezentującą znany parametr nagłówka "alg".

ContentType

Pobiera etykietę nagłówka reprezentującą znany parametr nagłówka "typ zawartości".

CriticalHeaders

Pobiera etykietę nagłówka reprezentującą znany parametr nagłówka "crit".

KeyIdentifier

Pobiera etykietę nagłówka reprezentującą znany parametr nagłówka "kid".

Metody

Equals(CoseHeaderLabel)

Wskazuje, czy bieżący obiekt jest równy innemu obiektowi tego samego typu.

Equals(Object)

Zwraca wartość wskazującą, czy to wystąpienie jest równe podanemu obiektowi.

GetHashCode()

Zwraca wartość skrótu dla tego wystąpienia.

Operatory

Equality(CoseHeaderLabel, CoseHeaderLabel)

Określa, czy dwa określone wystąpienia etykiet nagłówka są równe.

Inequality(CoseHeaderLabel, CoseHeaderLabel)

Określa, czy dwa określone wystąpienia etykiet nagłówka nie są równe.

Dotyczy