CoseHeaderMap.GetValueAsBytes 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
오버로드
GetValueAsBytes(CoseHeaderLabel, Span<Byte>) |
지정된 레이블과 연결된 값을 바이트 문자열로 가져옵니다. |
GetValueAsBytes(CoseHeaderLabel) |
지정된 레이블과 연결된 값을 바이트 문자열로 가져옵니다. |
GetValueAsBytes(CoseHeaderLabel, Span<Byte>)
- Source:
- CoseHeaderMap.cs
- Source:
- CoseHeaderMap.cs
지정된 레이블과 연결된 값을 바이트 문자열로 가져옵니다.
public:
int GetValueAsBytes(System::Security::Cryptography::Cose::CoseHeaderLabel label, Span<System::Byte> destination);
public int GetValueAsBytes (System.Security.Cryptography.Cose.CoseHeaderLabel label, Span<byte> destination);
member this.GetValueAsBytes : System.Security.Cryptography.Cose.CoseHeaderLabel * Span<byte> -> int
Public Function GetValueAsBytes (label As CoseHeaderLabel, destination As Span(Of Byte)) As Integer
매개 변수
- label
- CoseHeaderLabel
가져올 값의 레이블입니다.
반환
destination
에 쓰인 바이트 수입니다.
예외
destination
가 너무 작아서 값을 보유할 수 없습니다.
값을 바이트 문자열로 디코딩할 수 없습니다.
label
가 없는 경우
적용 대상
GetValueAsBytes(CoseHeaderLabel)
- Source:
- CoseHeaderMap.cs
- Source:
- CoseHeaderMap.cs
지정된 레이블과 연결된 값을 바이트 문자열로 가져옵니다.
public:
cli::array <System::Byte> ^ GetValueAsBytes(System::Security::Cryptography::Cose::CoseHeaderLabel label);
public byte[] GetValueAsBytes (System.Security.Cryptography.Cose.CoseHeaderLabel label);
member this.GetValueAsBytes : System.Security.Cryptography.Cose.CoseHeaderLabel -> byte[]
Public Function GetValueAsBytes (label As CoseHeaderLabel) As Byte()
매개 변수
- label
- CoseHeaderLabel
가져올 값의 레이블입니다.
반환
Byte[]
지정된 레이블과 연결된 값(바이트 문자열)입니다.
예외
값을 바이트 문자열로 디코딩할 수 없습니다.
적용 대상
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
.NET