'DeclarationPublic Function CanLogOn( _ ByVal securityId As String _ ) As Boolean
'UsageDim instance As MemoryNameAndPasswordUserManager Dim securityId As String Dim value As Boolean value = instance.CanLogOn(securityId)
public bool CanLogOn( string securityId )
public: 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.