Private/Types/enums/SmartCardCertificateMethod.generated.psm1

enum SmartCardCertificateMethod
{
    CAPI = 0
    PKCS = 1
    Automatic = 2
}