CoseHeaderMap.GetValueAsString(CoseHeaderLabel) メソッド

定義

指定したラベルに関連付けられている値をテキスト文字列として取得します。

public:
 System::String ^ GetValueAsString(System::Security::Cryptography::Cose::CoseHeaderLabel label);
public string GetValueAsString (System.Security.Cryptography.Cose.CoseHeaderLabel label);
member this.GetValueAsString : System.Security.Cryptography.Cose.CoseHeaderLabel -> string
Public Function GetValueAsString (label As CoseHeaderLabel) As String

パラメーター

label
CoseHeaderLabel

取得する値のラベル。

戻り値

テキスト文字列として、指定したラベルに関連付けられている値。

例外

値をテキスト文字列としてデコードできませんでした。

label が見つかりません。

適用対象