Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the security identifier.
Namespace: Microsoft.WindowsServerSolutions.Devices.Identity
Assembly: MachineIdentityObjectModel (in MachineIdentityObjectModel.dll)
Syntax
public string Sid { get; internal set; }
public:
property String^ Sid {
String^ get();
internal: void set(String^ value);
}
Public Property Sid As String
Get
Friend Set
End Property
Property Value
Type: System.String
An instance of String that contains the security identifier.
See Also
GenerateSidCompletionArgs Class
Microsoft.WindowsServerSolutions.Devices.Identity Namespace
Return to top