Method: Chef::ReservedNames::Win32::Security::SID.from_string_sid
- Defined in:
- lib/chef/win32/security/sid.rb
.from_string_sid(string_sid) ⇒ Object
37 38 39 |
# File 'lib/chef/win32/security/sid.rb', line 37 def self.from_string_sid(string_sid) Chef::ReservedNames::Win32::Security::convert_string_sid_to_sid(string_sid) end |