# DSSVerificationInfoType

## Content

# Enumeration: DSSVerificationInfoType

Defines the type of verification information to include into the DSS.

## Enumeration Members

### CRL

```ts
CRL: 1;
```

Include only CRL.

***

### OCSP

```ts
OCSP: 0;
```

Include only OCSP response.

***

### OCSP\_AND\_CRL

```ts
OCSP_AND_CRL: 2;
```

Include OCSP response and CRL.

***

### OCSP\_OPTIONAL\_CRL

```ts
OCSP_OPTIONAL_CRL: 3;
```

Include CRL only if OCSP response cannot be obtained.
