<PackageReference Include="Relativity.Server.Services.Interfaces.SDK" Version="5000.0.2" />

Relativity.Services.Security.Models.RSAMethod

public class RSAMethod
public bool IsEnabled { get; set; }

Whether the login method is enabled

public string Subject { get; set; }

The RSA Login Name or E-mail Address to match against

public RSAMethod()