다음 예제에서는 일부 인증 프로토콜 레지스트리 값에 대한 가능한 데이터를 보여 주세요.
HKEY_LOCAL_MACHINE
System
CurrentControlSet
Services
Rasman
PPP
EAP
40
Path
FriendlyName
ConfigUIPath
IdentityPath
InteractiveUIPath
RequireConfigUI
ConfigCLSID
StandaloneSupported
| 키 이름 | 데이터 형식 | 값 |
|---|---|---|
| 길 | REG_EXPAND_SZ | %SystemRoot%\system32\sample.dll |
| FriendlyName | REG_SZ | 샘플 EAP 프로토콜 |
| ConfigUIPath | REG_EXPAND_SZ | %SystemRoot%\system32\sample.dll |
| IdentityPath | REG_EXPAND_SZ | %SystemRoot%\system32\sample.dll |
| InteractiveUIPath | REG_EXPAND_SZ | %SystemRoot%\system32\sample.dll |
| RequireConfigUI | REG_DWORD | 1 |
| ConfigCLSID | REG_SZ | {0000031A-0000-0000-C000-000000000046} |
| StandaloneSupported | REG_DWORD | 1 |