'DeclarationFunction CanLogOn( _ ByVal securityId As String _ ) As Boolean
'UsageDim instance As IReadOnlyNameAndPasswordUserManager Dim securityId As String Dim value As Boolean value = instance.CanLogOn(securityId)
bool CanLogOn( string securityId )
bool CanLogOn( String^ securityId )
Parameters
- securityId
- The security ID of the user.
The value of this parameter cannot be
null(Nothingin Visual Basic).
Return Value
true if the user can log on; otherwise, false.