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

Client identity information used by state messages

Namespace:  Microsoft.ConfigurationManagement.Messaging.Messages
Assembly:  Microsoft.ConfigurationManagement.Messaging(in Microsoft.ConfigurationManagement.Messaging.dll)

Syntax

                 
  C#     Visual Basic     Visual C++  
[
SerializableAttribute]
public 
sealed 
class 
StateDetailsContentsClientIdentity
: 

StateDetailsContentsXmlBlob
<
SerializableAttribute> _
Public 
NotInheritable 
Class 
StateDetailsContentsClientIdentity
_
	
Inherits 

StateDetailsContentsXmlBlob
[
SerializableAttribute]
public 
ref class 
StateDetailsContentsClientIdentity 
sealed : 
public 

StateDetailsContentsXmlBlob

Members

                       
  All Members     Constructors      Properties      Methods   
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

  Member Description
StateDetailsContentsClientIdentity () () () ()
Initializes a new instance of the StateDetailsContentsClientIdentityclass.
StateDetailsContentsClientIdentity(Boolean)
Initializes a new instance of the StateDetailsContentsClientIdentityclass. Performs client discovery if true
AddFromXmlNode(XmlNode)
Adds XML from XmlNode-implementing object
(Inherited from StateDetailsContentsXmlBlob.)
ADSiteName
AD site name
Blob
CDATA blob that will go into the state details
(Inherited from StateDetailsContentsXmlBlob.)
DetailType
Gets the detail type
DiscoverClientIdentity () () () ()
Discovers client identity from executing machine
Equals(Object) (Inherited from Object.)
Finalize () () () () (Inherited from Object.)
Fqdn
Client's FQDN
GetHashCode () () () () (Inherited from Object.)
GetSchema () () () ()
This method is reserved and should not be used. When implementing the IXmlSerializable interface, you should return null (Nothing in Visual Basic) from this method, and instead, if specifying a custom schema is required, apply the XmlSchemaProviderAttributeto the class.
(Inherited from StateDetailsContentsXmlBlob.)
GetType () () () () (Inherited from Object.)
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.
MemberwiseClone () () () () (Inherited from Object.)
ReadXml(XmlReader)
Deserializes from XML
(Overrides StateDetailsContentsXmlBlob . . :: . . ReadXml(XmlReader).)
ToString () () () ()
Returns XML representation of this object
(Overrides StateDetailsContentsXmlBlob . . :: . . ToString () () () () .)
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.)
WriteXml(XmlWriter)
Serializes to XML
(Overrides StateDetailsContentsXmlBlob . . :: . . WriteXml(XmlWriter).)

Inheritance Hierarchy

See Also