CoseHeaderValue.FromString(String) Method

Definition

Creates a CoseHeaderValue instance from a string.

C#
public static System.Security.Cryptography.Cose.CoseHeaderValue FromString(string value);

Parameters

value
String

The value to represent.

Returns

An instance that represents the specified value.

Exceptions

value is null.

Applies to

产品 版本
.NET 8 (package-provided), 9 (package-provided), 10 (package-provided)
.NET Standard 2.0 (package-provided)