| OfflineSource Enumeration | 
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Namespace: PKI.Exceptions
 Syntax
Syntax Members
Members| Member name | Value | Description | |
|---|---|---|---|
| DCOM | 1 | 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. | |
| Registry | 2 | Identifies the remote registry access issue. | |
| All | 3 | Identifies the both, RPC/DCOM and remote registry communication issue. | 
 See Also
See Also