'Declaration
Public Function ResolveSecurityName( _ ByVal name As String _ ) As SecurityIdentifier
public SecurityIdentifier ResolveSecurityName( string name )
Parameters
- name
Return Value
The SecurityIdentifier for the name, or null (Nothing) if the name could not be resolved.