<?xml version="1.0"?>
<doc>
    <assembly>
        <name>YourPhone.Contracts.Connectivity.YPP</name>
    </assembly>
    <members>
        <member name="T:YourPhone.Contracts.Connectivity.YPP.Hotspot.IYppAccountSecretHotspotResponse">
            <summary>
            Response from the account-secret-based (AES-256-GCM) hotspot credential request.
            </summary>
        </member>
        <member name="P:YourPhone.Contracts.Connectivity.YPP.Hotspot.IYppAccountSecretHotspotResponse.Ciphertext">
            <summary>
            Gets the AES-GCM ciphertext containing the encrypted WiFi credentials.
            </summary>
        </member>
        <member name="P:YourPhone.Contracts.Connectivity.YPP.Hotspot.IYppAccountSecretHotspotResponse.Iv">
            <summary>
            Gets the AES-GCM initialization vector (nonce) used during encryption.
            </summary>
        </member>
        <member name="P:YourPhone.Contracts.Connectivity.YPP.Hotspot.IYppAccountSecretHotspotResponse.Tag">
            <summary>
            Gets the AES-GCM authentication tag used to verify integrity.
            </summary>
        </member>
        <member name="T:YourPhone.Contracts.Connectivity.YPP.Hotspot.IYppDecryptedHotspotCredentials">
            <summary>
            Result of an account-secret-based hotspot credential request that includes decrypted WiFi credentials.
            </summary>
        </member>
    </members>
</doc>
