Share via


IdentityStatusProperty.AdditionalInformation Property

 

Gets the additional identity information about a device.

Namespace:   Microsoft.WindowsServerSolutions.Common.Devices
Assembly:  DevicesOM (in DevicesOM.dll)

Syntax

[DataMemberAttribute]
public string AdditionalInformation { get; private set; }
public:
[DataMemberAttribute]
property String^ AdditionalInformation {
    String^ get();
    private: void set(String^ value);
}
<DataMemberAttribute>
Public Property AdditionalInformation As String
    Get
    Private Set
End Property

Property Value

Type: System.String

An instance of String that contains the additional identity information.

Remarks

The certificate serial number is used for client computers that are managed by the machine identity provider.

See Also

IdentityStatusProperty Class
Microsoft.WindowsServerSolutions.Common.Devices Namespace

Return to top