Class TrustedIssuers
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
Methods
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)