OfflineSource Enumeration

Gets 'offline' exception sources enumeration.

This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.

Definition

Namespace: SysadminsLV.PKI.Exceptions
Assembly: SysadminsLV.PKI.Win (in SysadminsLV.PKI.Win.dll) Version: 4.0.1.0 (4.0.1.0)
C#
[FlagsAttribute]
public enum OfflineSource

Members

DCOM1 Identifies the RPC/DCOM communication issue when client cannot establish a communication to a remote server over RPC/DCOM. Usually this is caused due to network connectivity, firewall restrictions or when target service is not started.
Registry2 Identifies the remote registry access issue.
All3 Identifies the both, RPC/DCOM and remote registry communication issue.

See Also