CoseHeaderMap.GetValueAsString(CoseHeaderLabel) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
指定したラベルに関連付けられている値をテキスト文字列として取得します。
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 が見つかりません。