# TlsOptions Methods

[Type overview](/orleans/docs/api/csharp/microsoft.orleans.connections.security/orleans.connections.security.tlsoptions/)

## AllowAnyRemoteCertificate {#allowanyremotecertificate-82fec4d4}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.connections.security/orleans.connections.security.tlsoptions/methods/allowanyremotecertificate-82fec4d4/)

[Source](https://github.com/dotnet/orleans/blob/e4e752cedecc2976811db49802c7a999b1f1c704/src/Orleans.Connections.Security/Security/TlsOptions.cs#L85-L86)

```csharp
public void AllowAnyRemoteCertificate()
```

Overrides the current [TlsOptions](/orleans/docs/api/csharp/microsoft.orleans.connections.security/orleans.connections.security.tlsoptions/) callback and allows any client certificate.
