CoseHeaderMap.GetValueAsString(CoseHeaderLabel) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient la valeur associée à l’étiquette spécifiée, sous forme de chaîne de texte.
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
Paramètres
- label
- CoseHeaderLabel
Étiquette de la valeur à obtenir.
Retours
Valeur associée à l’étiquette spécifiée, sous forme de chaîne de texte.
Exceptions
La valeur n’a pas pu être décodée en tant que chaîne de texte.
label n’est pas trouvé.