SecurityIdentifier.AccountDomainSid Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the account domain security identifier (SID) portion from the SID represented by the SecurityIdentifier object if the SID represents a Windows account SID. If the SID does not represent a Windows account SID, this property returns null
.
public:
property System::Security::Principal::SecurityIdentifier ^ AccountDomainSid { System::Security::Principal::SecurityIdentifier ^ get(); };
public System.Security.Principal.SecurityIdentifier? AccountDomainSid { get; }
public System.Security.Principal.SecurityIdentifier AccountDomainSid { get; }
member this.AccountDomainSid : System.Security.Principal.SecurityIdentifier
Public ReadOnly Property AccountDomainSid As SecurityIdentifier
Property Value
The account domain SID portion from the SID represented by the SecurityIdentifier object if the SID represents a Windows account SID; otherwise, it returns null
.
Applies to
التعاون معنا على GitHub
يمكن العثور على مصدر هذا المحتوى على GitHub حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.