uaPLUS Reference
AddUser Method
See Also  Send Feedback
Advosol.uaPLUS Namespace > CertificatePermissions Class : AddUser Method

certificate
The certificate to be modified.
accountName
The name of the user account to be given read access.

Glossary Item Box

Read access permissions for the private key of the specified certificate are added for the specified user account.

Syntax

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.

Requirements

Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows 7, Windows Server 2008 family

See Also

© 2010-2018 Copyright Advosol Inc. All Rights Reserved.