CertificateVisibility Enum

Definition

Specifies which user accounts on a compute node should have access to the private data of a certificate.

This enumeration supports a bitwise combination of its member values.

[System.Flags]
public enum CertificateVisibility
[<System.Flags>]
type CertificateVisibility = 
Public Enum CertificateVisibility
Inheritance
CertificateVisibility
Attributes

Fields

None 0

The certificate has no visibility.

RemoteUser 4

The accounts under which users remotely access the node (using Remote Desktop).

StartTask 1

The user account under which the start task is run.

Task 2

The accounts under which job tasks are run.

Applies to