IdentityPrivacyParameters Complex Type

The IdentityPrivacyParameters complex type contains information about anonymous identity usage during PEAP authentication.

<xs:complexType name="IdentityPrivacyParameters">
    <xs:sequence>
        <xs:element name="EnableIdentityPrivacy"
            type="xs:boolean"
            minOccurs="0"
        />
        <xs:element name="AnonymousUserName"
            type="xs:string"
            minOccurs="0"
        />
    </xs:sequence>
</xs:complexType>
Element Type Description
EnableIdentityPrivacy boolean Indicates whether a user's true identity or an anonymous identity is sent.
AnonymousUserName string contains an anonymous identity used in place of a user's true identify. It is sent during the 1st Phase of PEAP authentication when Identity is sent as plain text. Anonymous identity usage is determined by the EnableIdentityPrivacy element.

 

Remarks

The IdentityPrivacyParameters element is optional.

EAPHost and Legacy Schema

mspeapconnectionpropertiesv2 Schema

mspeapconnectionpropertiesv2 Complex Types