你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

EncryptedSimUploadList 类

定义

要上传的 SIM。 SIM 凭据必须已加密。

public class EncryptedSimUploadList
type EncryptedSimUploadList = class
Public Class EncryptedSimUploadList
继承
EncryptedSimUploadList

构造函数

EncryptedSimUploadList(Int32, Int32, String, String, String, IEnumerable<SimNameAndEncryptedProperties>)

初始化 EncryptedSimUploadList 的新实例。

属性

AzureKeyIdentifier

用于加密上传的 Azure SIM 载入公钥的标识符。

EncryptedTransportKey

用于加密 SIM 凭据的传输密钥,使用 SIM 加入公钥进行加密。

SignedTransportKey

使用 SIM 供应商私钥签名的加密传输密钥。

Sims

要上传的 SIM 列表,其中包含加密的属性。

VendorKeyFingerprint

SIM 供应商公钥的指纹。 专用对应项用于对加密的传输密钥进行签名。

Version

上传文件格式版本。

适用于