---
title: sign
framework: webkitjs
role: symbol
role_heading: Instance Method
path: webkitjs/subtlecrypto/1631087-sign
---

# sign

## Declaration

```data
Promise <any> sign(
    AlgorithmIdentifier algorithm, 
    CryptoKey key, 
    BufferSource data
);
```
