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

# init(_:)

Creates the algorithm identifier.

## Declaration

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

## Parameters

- `rawValue`: The algorithm to use.

## See Also

### Creating the identifier

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