CoseHeaderMap.GetValueAsInt32(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 la forme d’un entier signé.
public:
int GetValueAsInt32(System::Security::Cryptography::Cose::CoseHeaderLabel label);
public int GetValueAsInt32(System.Security.Cryptography.Cose.CoseHeaderLabel label);
member this.GetValueAsInt32 : System.Security.Cryptography.Cose.CoseHeaderLabel -> int
Public Function GetValueAsInt32 (label As CoseHeaderLabel) As Integer
Paramètres
- label
- CoseHeaderLabel
Étiquette de la valeur à obtenir.
Retours
Valeur associée à l’étiquette spécifiée, sous la forme d’un entier signé.
Exceptions
La valeur n’a pas pu être décodée en tant qu’entier signé 32 bits.
label n’est pas trouvé.