---
title: "init(rawValue:)"
framework: authenticationservices
role: symbol
role_heading: Initializer
path: "authenticationservices/ascosealgorithmidentifier/init(rawvalue:)"
---

# init(rawValue:)

Creates the algorithm identifier.

## Declaration

```swift
init(rawValue: Int)
```

## Parameters

- `rawValue`: The algorithm to use.

## See Also

### Creating the identifier

- [init(_:)](authenticationservices/ascosealgorithmidentifier/init(_:).md)
- [ES256](authenticationservices/ascosealgorithmidentifier/es256.md)
