IEncryptedSimUploadList Interface
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Models.Api20221101.EncryptedSimUploadListTypeConverter))]
public interface IEncryptedSimUploadList : Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Models.Api20221101.EncryptedSimUploadListTypeConverter))>]
type IEncryptedSimUploadList = interface
interface IJsonSerializable
Public Interface IEncryptedSimUploadList
Implements IJsonSerializable
- Derived
- Attributes
- Implements
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. |
Sim |
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. |
Methods
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |