
Authentication
Sets or acquires the profile authentication method.
■ Syntax
[VB]
Public Property Authentication As EN_AUTHENTICATION
[C#]
public EN_AUTHENTICATION Authentication {get; set;}
■ Property
Profile authentication method
Parameter values
: As listed in EN_AUTHENTICATION
Default value
: EN_AUTHENTICATION.OPEN
■ Exceptions
Name of Exception Meaning
ArgumentException The specified parameter value(s) lies outside the permissible
range.
[Ex.] Set the MyProf profile authentication method to Open.
[VB] MyProf.Authentication = RF.Profile.EN_AUTHENTICATION.OPEN
[C#] MyProf.Authentication = RF.Profile.EN_AUTHENTICATION.OPEN;
227
Kommentare zu diesen Handbüchern