다음을 통해 공유


WifiEnterpriseConfig.SubjectMatch Property

Definition

Get subject match (deprecated) -or- Set subject match (deprecated).

public virtual string? SubjectMatch { [Android.Runtime.Register("getSubjectMatch", "()Ljava/lang/String;", "GetGetSubjectMatchHandler")] get; [Android.Runtime.Register("setSubjectMatch", "(Ljava/lang/String;)V", "GetSetSubjectMatch_Ljava_lang_String_Handler")] set; }
[<get: Android.Runtime.Register("getSubjectMatch", "()Ljava/lang/String;", "GetGetSubjectMatchHandler")>]
[<set: Android.Runtime.Register("setSubjectMatch", "(Ljava/lang/String;)V", "GetSetSubjectMatch_Ljava_lang_String_Handler")>]
member this.SubjectMatch : string with get, set

Property Value

the subject match string

Attributes

Remarks

Property getter documentation:

Get subject match (deprecated)

This member is deprecated. in favor of altSubjectMatch

Java documentation for android.net.wifi.WifiEnterpriseConfig.getSubjectMatch().

Property setter documentation:

Set subject match (deprecated). This is the substring to be matched against the subject of the authentication server certificate.

This member is deprecated. in favor of altSubjectMatch

Java documentation for android.net.wifi.WifiEnterpriseConfig.setSubjectMatch(java.lang.String).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to