<PackageReference Include="Relativity.Server.Identity.SDK" Version="2.6.2" />

Relativity.Identity.V1.LoginProfileModels.RSAMethod

public class RSAMethod
Login method used with RSA.
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()