Share via


CoseHeaderMap.Item[CoseHeaderLabel] 속성

정의

지정한 키를 가진 요소를 가져오거나 설정합니다.

public:
 property System::Security::Cryptography::Cose::CoseHeaderValue default[System::Security::Cryptography::Cose::CoseHeaderLabel] { System::Security::Cryptography::Cose::CoseHeaderValue get(System::Security::Cryptography::Cose::CoseHeaderLabel key); void set(System::Security::Cryptography::Cose::CoseHeaderLabel key, System::Security::Cryptography::Cose::CoseHeaderValue value); };
public System.Security.Cryptography.Cose.CoseHeaderValue this[System.Security.Cryptography.Cose.CoseHeaderLabel key] { get; set; }
member this.Item(System.Security.Cryptography.Cose.CoseHeaderLabel) : System.Security.Cryptography.Cose.CoseHeaderValue with get, set
Default Public Property Item(key As CoseHeaderLabel) As CoseHeaderValue

매개 변수

key
CoseHeaderLabel

가져오거나 설정할 요소의 키입니다.

속성 값

지정한 키가 있는 요소입니다.

구현

예외

속성이 설정되어 있으며 CoseHeaderMap가 읽기 전용인 경우

속성이 설정되고 지정된 CoseHeaderValue 의 인코딩된 바이트에 후행 데이터 또는 둘 이상의 CBOR 값이 포함됩니다.

속성이 검색되었지만 key가 없는 경우

적용 대상