The GetStringField2 method returns the string value contained in the pwszField2 field of the CERT_SAMPLE_STRUCTURE2_INFO structure.
[VB] BSTR GetStringField2(void);
[JAVA] java.lang.String GetStringField2(void);
[C++] HRESULT GetStringField2(
BSTR *pstrString // out, return value
);
Returns the string value in the pwszField2 field.