# RedactAttribute Methods

[Type overview](/orleans/docs/api/csharp/microsoft.orleans.core/orleans.redactattribute/)

## Redact(object) {#redact-object-91c8749f}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.core/orleans.redactattribute/methods/redact-object-91c8749f/)

[Source](https://github.com/dotnet/orleans/blob/e4e752cedecc2976811db49802c7a999b1f1c704/src/Orleans.Core/Configuration/OptionLogger/RedactMemberAttribute.cs#L19)

```csharp
public virtual string Redact(object value)
```

Redacts the provided value.

### Parameters

- `value` (`object`): The value.

### Returns

The redacted value.
