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

The ClientRegistrationRequestDatatype exposes the following properties.

Properties

 Public

 Protected
 Instance

 Static
 Declared

 Inherited
 XNA Framework Only

 .NET Compact Framework Only

  Member Description
AgentInformation
Gets/sets the agent information for the registration request
Certificates
Gets/sets the certificates for the registration request
DiscoveryProperties
Gets/sets the discovery properties for the registration request. Not used for confirmation requests.
HashAlgorithmAlgId
OID that represents the hash algorithm. This is not used by V4 clients.
RegistrationHint
Gets or sets the registration hint for the message. The registration hint is the hex encoded signature of the clients SMSID.
RequestedClientId
Gets/sets the client ID
RequestedClientIdString
Gets/sets the client ID as a string. This is only for serialization. RequestedClientId should be used instead
RequestType
Gets/sets the request type
SerializableHashAlgorithmAlgId
Serializable hash algorithm ID. This should only be used by serialization and not set directly. Use HashAlgorithmAlgIdinstead.
Timestamp
Gets/sets the timestamp.
TimestampString
Gets/sets the timestamp. This only for serialization, TimeStamp should be used instead.

See Also