IAppxManifestDocument::MapCapabilitySid Method (String^, String^, String^)
Visual Studio 2015
Produces a capability identifier and a localized name from the specified capability security identifier (SID), such as "S-1-15-3-1" or "S-1-15-3-BFA794E4-F964-4FDB-90F6-51056BFE4B44".
Assembly: Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)
void MapCapabilitySid(
String^ sid,
[OutAttribute] String^% capabilityId,
[OutAttribute] String^% localizedCapabilityName
)
Parameters
- sid
-
Type:
System::String^
[in] The capability security identifier.
- capabilityId
-
Type:
System::String^
[out] The capability identifier.
- localizedCapabilityName
-
Type:
System::String^
[out] The localized capability name.
Show: