RSS Documentation
GetSIDFromObjectName Method



Syntax
'Declaration
 
Public Shared Function GetSIDFromObjectName( _
   ByVal cn As BPMConnection, _
   ByVal sidType As BPM.ACERoleType, _
   ByVal objName As String _
) As String
'Usage
 
Dim cn As BPMConnection
Dim sidType As BPM.ACERoleType
Dim objName As String
Dim value As String
 
value = SecurityManager.GetSIDFromObjectName(cn, sidType, objName)
public static string GetSIDFromObjectName( 
   BPMConnection cn,
   BPM.ACERoleType sidType,
   string objName
)
public:
static String^ GetSIDFromObjectName( 
   BPMConnection^ cn,
   BPM.ACERoleType sidType,
   String^ objName
) 

Parameters

cn
sidType
objName
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

SecurityManager Class
SecurityManager Members

Send Feedback