AutoenrollmentGetAutoenrollmentState Method |
Gets autoenrollment state and settings.
Namespace:
PKI.Enrollment
Assembly:
SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax public static int GetAutoenrollmentState(
bool userContext
)
Public Shared Function GetAutoenrollmentState (
userContext As Boolean
) As Integer
public:
static int GetAutoenrollmentState(
bool userContext
)
static member GetAutoenrollmentState :
userContext : bool -> int
Parameters
- userContext
- Type: SystemBoolean
Specifies whether to retrieve autoenrollment for user or machine context.
Return Value
Type:
Int32Autoenrollment state and settings. TODO
See Also