'Declaration
<CanBeNullAttribute()> Public Function ResolveSecurityName( _ ByVal name As String _ ) As SecurityIdentifier
[CanBeNull()] public SecurityIdentifier ResolveSecurityName( string name )
[CanBeNull()] public: SecurityIdentifier^ ResolveSecurityName( String^ name )
Parameters
- name
Return Value
The SecurityIdentifier for the name, or a null reference (Nothing in Visual Basic) if the name could not be resolved.