HomeNetworkPublicKey Class

Definition

A key used for SUPI concealment.

public class HomeNetworkPublicKey : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.MobileNetwork.Models.HomeNetworkPublicKey>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.MobileNetwork.Models.HomeNetworkPublicKey>
type HomeNetworkPublicKey = class
    interface IJsonModel<HomeNetworkPublicKey>
    interface IPersistableModel<HomeNetworkPublicKey>
Public Class HomeNetworkPublicKey
Implements IJsonModel(Of HomeNetworkPublicKey), IPersistableModel(Of HomeNetworkPublicKey)
Inheritance
HomeNetworkPublicKey
Implements

Constructors

HomeNetworkPublicKey(Int32)

Initializes a new instance of HomeNetworkPublicKey.

Properties

Id

The Home Network Public Key Identifier determines which public key was used to generate the SUCI sent to the AMF. See TS 23.003 Section 2.2B Section 5.

Uri

The URL of Azure Key Vault secret containing the private key, versioned or unversioned. For example: https://contosovault.vault.azure.net/secrets/mySuciPrivateKey/562a4bb76b524a1493a6afe8e536ee78.

Explicit Interface Implementations

IJsonModel<HomeNetworkPublicKey>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<HomeNetworkPublicKey>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<HomeNetworkPublicKey>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<HomeNetworkPublicKey>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<HomeNetworkPublicKey>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to