# RedactConnectionStringAttribute.Redact(object)

[Type overview](/orleans/docs/api/csharp/microsoft.orleans.core/orleans.redactconnectionstringattribute/) | [Methods](/orleans/docs/api/csharp/microsoft.orleans.core/orleans.redactconnectionstringattribute/methods/)

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

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

Redacts the provided value.

### Parameters

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

### Returns

The redacted value.
