Class TrustedIssuers

Assembly: redb.Core.Pro.dll

Registry of trusted license issuers and their RSA public keys.
Each issuer can have multiple keys for rotation purposes.
Keys are identified by issuer name + key ID (kid).

public static class TrustedIssuers

Inheritance

ObjectTrustedIssuers

Methods

GetAllIssuers()

Gets all known issuer names.

public static IEnumerable<string> GetAllIssuers()

GetPublicKey(string, string)

Gets the public key for a specific issuer and key ID.

public static string? GetPublicKey(string issuer, string keyId)

IsKnownIssuer(string)

Checks if an issuer is known/trusted.

public static bool IsKnownIssuer(string issuer)