1# SimAuthenticationRequestInfo 2 3 4## 概述 5 6SIM卡鉴权请求信息。 7 8**起始版本:** 3.2 9 10**相关模块:**[Ril](_ril_v11.md) 11 12 13## 汇总 14 15 16### Public 属性 17 18| 名称 | 描述 | 19| -------- | -------- | 20| int [serial](#serial) | 请求的序列号 | 21| String [aid](#aid) | 应用标识 | 22| String [authData](#authdata) | 认证数据信息 | 23 24 25## 类成员变量说明 26 27 28### aid 29 30``` 31String SimAuthenticationRequestInfo::aid 32``` 33**描述** 34应用标识 35 36 37### authData 38 39``` 40String SimAuthenticationRequestInfo::authData 41``` 42**描述** 43认证数据信息 44 45 46### serial 47 48``` 49int SimAuthenticationRequestInfo::serial 50``` 51**描述** 52请求的序列号 53