다음을 통해 공유


CoseHeaderLabel 구조체

정의

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)
상속
CoseHeaderLabel
구현

생성자

Name Description
CoseHeaderLabel(Int32)

CoseHeaderLabel 구조체의 새 인스턴스를 초기화합니다.

CoseHeaderLabel(String)

CoseHeaderLabel 구조체의 새 인스턴스를 초기화합니다.

속성

Name Description
Algorithm

알려진 헤더 매개 변수 "alg"를 나타내는 헤더 레이블을 가져옵니다.

ContentType

알려진 헤더 매개 변수 "콘텐츠 형식"을 나타내는 헤더 레이블을 가져옵니다.

CriticalHeaders

알려진 헤더 매개 변수 "crit"를 나타내는 헤더 레이블을 가져옵니다.

KeyIdentifier

알려진 헤더 매개 변수 "kid"를 나타내는 헤더 레이블을 가져옵니다.

메서드

Name Description
Equals(CoseHeaderLabel)

현재 개체가 동일한 형식의 다른 개체와 같은지 여부를 나타냅니다.

Equals(Object)

이 인스턴스가 지정된 개체와 같은지를 나타내는 값을 반환합니다.

GetHashCode()

이 인스턴스의 해시 코드를 반환합니다.

연산자

Name Description
Equality(CoseHeaderLabel, CoseHeaderLabel)

지정된 두 헤더 레이블 인스턴스가 같은지 여부를 결정합니다.

Inequality(CoseHeaderLabel, CoseHeaderLabel)

지정된 두 헤더 레이블 인스턴스가 같지 않은지 여부를 확인합니다.

적용 대상