Private/Types/models/PublicKey.generated.psm1


class PublicKey
{
    [String]$Exponent = ''
    [String]$Modulus = ''
}