EncryptedSimUploadList Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The SIMs to upload. The SIM credentials must be encrypted.
public class EncryptedSimUploadList : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.MobileNetwork.Models.EncryptedSimUploadList>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.MobileNetwork.Models.EncryptedSimUploadList>
type EncryptedSimUploadList = class
interface IJsonModel<EncryptedSimUploadList>
interface IPersistableModel<EncryptedSimUploadList>
Public Class EncryptedSimUploadList
Implements IJsonModel(Of EncryptedSimUploadList), IPersistableModel(Of EncryptedSimUploadList)
- Inheritance
-
EncryptedSimUploadList
- Implements
Constructors
EncryptedSimUploadList(Int32, Int32, String, String, String, IEnumerable<SimNameAndEncryptedProperties>) |
Initializes a new instance of EncryptedSimUploadList. |
Properties
AzureKeyIdentifier |
An identifier for the Azure SIM onboarding public key used for encrypted upload. |
EncryptedTransportKey |
The transport key used for encrypting SIM credentials, encrypted using the SIM onboarding public key. |
SignedTransportKey |
The encrypted transport key, signed using the SIM vendor private key. |
Sims |
A list of SIMs to upload, with encrypted properties. |
VendorKeyFingerprint |
The fingerprint of the SIM vendor public key. The private counterpart is used for signing the encrypted transport key. |
Version |
The upload file format version. |
Explicit Interface Implementations
IJsonModel<EncryptedSimUploadList>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<EncryptedSimUploadList>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<EncryptedSimUploadList>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<EncryptedSimUploadList>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<EncryptedSimUploadList>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET