EncryptedSimUploadList Constructeur
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.
Initialise une nouvelle instance de EncryptedSimUploadList.
public EncryptedSimUploadList (int version, int azureKeyIdentifier, string vendorKeyFingerprint, string encryptedTransportKey, string signedTransportKey, System.Collections.Generic.IEnumerable<Azure.ResourceManager.MobileNetwork.Models.SimNameAndEncryptedProperties> sims);
new Azure.ResourceManager.MobileNetwork.Models.EncryptedSimUploadList : int * int * string * string * string * seq<Azure.ResourceManager.MobileNetwork.Models.SimNameAndEncryptedProperties> -> Azure.ResourceManager.MobileNetwork.Models.EncryptedSimUploadList
Public Sub New (version As Integer, azureKeyIdentifier As Integer, vendorKeyFingerprint As String, encryptedTransportKey As String, signedTransportKey As String, sims As IEnumerable(Of SimNameAndEncryptedProperties))
Paramètres
- version
- Int32
Version du format de fichier de chargement.
- azureKeyIdentifier
- Int32
Identificateur de la clé publique d’intégration Azure SIM utilisée pour le chargement chiffré.
- vendorKeyFingerprint
- String
Empreinte digitale de la clé publique du fournisseur SIM. L’équivalent privé est utilisé pour signer la clé de transport chiffrée.
- encryptedTransportKey
- String
Clé de transport utilisée pour chiffrer les informations d’identification SIM, chiffrée à l’aide de la clé publique d’intégration SIM.
- signedTransportKey
- String
Clé de transport chiffrée, signée à l’aide de la clé privée du fournisseur SIM.
Liste des CARTES SIM à charger, avec des propriétés chiffrées.
Exceptions
vendorKeyFingerprint
, encryptedTransportKey
, signedTransportKey
ou sims
a la valeur Null.