[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

The StateDetailsContentsClientIdentitytype exposes the following properties.

Properties

 Public

 Protected
 Instance

 Static
 Declared

 Inherited
 XNA Framework Only

 .NET Compact Framework Only

  Member Description
ADSiteName
AD site name
Blob
CDATA blob that will go into the state details
(Inherited from StateDetailsContentsXmlBlob.)
DetailType
Gets the detail type
Fqdn
Client's FQDN
IsCdata
If true, Xml blob is a CDATA
(Inherited from StateDetailsContentsXmlBlob.)
MacAddress
MAC address, if undefined uses the current machine's MAC.
MacAddressString
MAC address, if undefined uses the current machine's MAC. This is only for serialization, MacAddress should be used instead.
WriteAsCdata
Should Blob be written as a CDATA or raw XML. If null, state is automatically determined (if CDATA header is used, it is written as CDATA, else it is written as/is). If true, CDATA writer is always used and data is written as a CDATA blob. This can cause serialization exceptions if used incorrectly. If false, CDATA writer is never used and data is written as-is
(Inherited from StateDetailsContentsXmlBlob.)

See Also