'Declaration
<NotNullAttribute()> Public Function ResolveSecurityNames( _ ByVal names() As String _ ) As ReadOnlyCollection(Of SecurityIdentifier)
[NotNull()] public ReadOnlyCollection<SecurityIdentifier> ResolveSecurityNames( string[] names )
[NotNull()] public: ReadOnlyCollection<SecurityIdentifier^>^ ResolveSecurityNames( array<String^>^ names )
Parameters
- names
- List of names to resolve.
Return Value
A list of SecurityIdentifiers corresponding to the names. See Remarks.