HRESULT GetType(
BSTR*pbstrType// out
);
The Wallet calls the GetType method upon loading the protocol to retrieve the encryption protocol type. This type appears on the left hand side of each payment method accepted by the merchant. The Credit Card component implements the type "clear". If the AcceptedTypes property value string is "Visa:Clear", Visa is the payment type and Clear the protocol type.