'Declaration
<SecurityCriticalAttribute()> Public Function New( _ ByVal useMachineContext As Boolean _ )
[SecurityCritical()] public PkiChain( bool useMachineContext )
[SecurityCritical()] public: PkiChain( bool useMachineContext )
Parameters
- useMachineContext
true
to use the machine context;false
to use the current user context.