# ResourceType

## Content

# Enumeration: ResourceType

Specifies the type of external resource that is being requested or processed.

This enum is primarily used to distinguish different certificate validation and
trust-chain auxiliary data sources when resolving external network resources
such as CRLs, OCSP responses, or timestamping services.

## Enumeration Members

### CRL

```ts
CRL: 0;
```

Certificate Revocation List (CRL) resource.

***

### OCSP

```ts
OCSP: 1;
```

Online Certificate Status Protocol (OCSP) resource.

***

### TSA

```ts
TSA: 2;
```

Time Stamping Authority (TSA) resource.
