Esempio n. 1
0
 internal static extern int GetEapSubjectMatch(SafeWiFiConfigHandle config, out IntPtr subjectMatch);
Esempio n. 2
0
 internal static extern int SetEapSubjectMatch(SafeWiFiConfigHandle config, string subjectMatch);
Esempio n. 3
0
 internal static extern int GetEapType(SafeWiFiConfigHandle config, out int eapType);
Esempio n. 4
0
 internal static extern int SetEapAuthType(SafeWiFiConfigHandle config, int eapAuthType);
Esempio n. 5
0
 internal static extern int GetEapIdentity(SafeWiFiConfigHandle config, out IntPtr identify);
Esempio n. 6
0
 internal static extern int SetEapIdentity(SafeWiFiConfigHandle config, string identify);
Esempio n. 7
0
 internal static extern int SetEapClientCertFile(SafeWiFiConfigHandle config, string privateKey, string clientCert);
Esempio n. 8
0
 internal static extern int GetEapClientCertFile(SafeWiFiConfigHandle config, out IntPtr clientCert);
Esempio n. 9
0
 internal static extern int SetEapCaCertFile(SafeWiFiConfigHandle config, string caCert);
Esempio n. 10
0
 internal static extern int SetEapAnonymousIdentity(SafeWiFiConfigHandle config, string anonymousIdentify);
Esempio n. 11
0
 internal static extern int GetEapAnonymousIdentity(SafeWiFiConfigHandle config, out IntPtr anonymousIdentify);