| Visual Basic (Declaration) | |
|---|---|
Public Sub AddUser( _ ByVal certificate As X509Certificate2, _ ByVal accountName As String _ ) | |
| C# | |
|---|---|
public void AddUser( X509Certificate2 certificate, string accountName ) | |
Parameters
- certificate
- The certificate to be modified.
- accountName
- The name of the user account to be given read access.
Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows 7, Windows Server 2008 family