IEncryptedSimUploadList.AzureKeyIdentifier Property
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.
An identifier for the Azure SIM onboarding public key used for encrypted upload.
[Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Runtime.Info(Description="An identifier for the Azure SIM onboarding public key used for encrypted upload.", PossibleTypes=new System.Type[] { typeof(System.Int32) }, ReadOnly=false, Required=true, SerializedName="azureKeyIdentifier")]
public int AzureKeyIdentifier { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Runtime.Info(Description="An identifier for the Azure SIM onboarding public key used for encrypted upload.", PossibleTypes=new System.Type[] { typeof(System.Int32) }, ReadOnly=false, Required=true, SerializedName="azureKeyIdentifier")>]
member this.AzureKeyIdentifier : int with get, set
Public Property AzureKeyIdentifier As Integer
Property Value
- Attributes