<PackageReference Include="BouncyCastle.Cryptography" Version="2.5.1" />

RoleSyntax

public class RoleSyntax : Asn1Encodable
public GeneralNames RoleAuthority { get; }

public GeneralName RoleName { get; }

public RoleSyntax(GeneralNames roleAuthority, GeneralName roleName)

public RoleSyntax(GeneralName roleName)

public RoleSyntax(string roleName)

public static RoleSyntax GetInstance(object obj)

public static RoleSyntax GetInstance(Asn1TaggedObject taggedObject, bool declaredExplicit)

public static RoleSyntax GetTagged(Asn1TaggedObject taggedObject, bool declaredExplicit)

public string[] GetRoleAuthorityAsString()

public string GetRoleNameAsString()