GroupmsidmPamSourceSid Property |
PAM Group Source SID - A binary value that specifies the Source security identifier (SID) of a PAM Group. The SID is a unique value used to identify the group as a security principal.
Namespace: IdmNet.ModelsAssembly: IdmNet (in IdmNet.dll) Version: 1.3.0.0 (1.3.0)
Syntaxpublic byte[] msidmPamSourceSid { get; set; }
Public Property msidmPamSourceSid As Byte()
Get
Set
public:
property array<unsigned char>^ msidmPamSourceSid {
array<unsigned char>^ get ();
void set (array<unsigned char>^ value);
}
member msidmPamSourceSid : byte[] with get, set
Property Value
Type:
Byte
See Also